// using Content.Server.Botany.Systems;
namespace Content.Shared.EntityEffects.Effects.PlantMetabolism;
///
/// Handles increase or decrease of plant potency.
///
public sealed partial class PlantAdjustPotency : PlantAdjustAttribute
{
public override string GuidebookAttributeName { get; set; } = "plant-attribute-potency";
}