* fix: stimulator now have rainbow effect

* tweak: botany return

* tweak: up delay

* tweak: change delay
This commit is contained in:
CaypenNow
2024-03-27 09:35:15 +05:00
committed by GitHub
parent f90cdc2ca6
commit 9581c466b9
9 changed files with 25 additions and 62 deletions

View File

@@ -15,12 +15,6 @@ namespace Content.Server.Botany.Components
[DataField("seed")]
public SeedData? Seed;
/// <summary>
/// If not null, overrides the plant's initial health. Otherwise, the plant's initial health is set to the Endurance value.
/// </summary>
[DataField]
public float? HealthOverride = null;
/// <summary>
/// Name of a base seed prototype that is used if <see cref="Seed"/> is null.
/// </summary>