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