using Content.Shared.Random; using Robust.Shared.Prototypes; namespace Content.Shared.EntityEffects.Effects.Botany; /// /// See serverside system. /// public sealed partial class PlantMutateChemicals : EntityEffectBase { /// /// The Reagent list this mutation draws from. /// [DataField] public ProtoId RandomPickBotanyReagent = "RandomPickBotanyReagent"; }