diff --git a/Content.Server/Botany/Systems/PlantHolderSystem.cs b/Content.Server/Botany/Systems/PlantHolderSystem.cs index 1484051c841ba8..6bf0b9692ced63 100644 --- a/Content.Server/Botany/Systems/PlantHolderSystem.cs +++ b/Content.Server/Botany/Systems/PlantHolderSystem.cs @@ -766,6 +766,7 @@ public void RemovePlant(EntityUid uid, PlantHolderComponent? component = null) component.Seed = null; component.Dead = false; component.Age = 0; + component.LastProduce = 0; component.Sampled = false; component.Harvest = false; component.ImproperLight = false;