using Robust.Shared.Prototypes; namespace Content.Shared.EntityEffects.Effects.PlantMetabolism; /// /// Handles removal of seeds on a plant. /// public sealed partial class PlantDestroySeeds : EventEntityEffect { protected override string? ReagentEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys) => Loc.GetString("reagent-effect-guidebook-plant-seeds-remove", ("chance", Probability)); }