diff --git a/Content.Server/EntityEffects/EntityEffectSystem.cs b/Content.Server/EntityEffects/EntityEffectSystem.cs index 5d5e81a27f..164199c200 100644 --- a/Content.Server/EntityEffects/EntityEffectSystem.cs +++ b/Content.Server/EntityEffects/EntityEffectSystem.cs @@ -85,6 +85,7 @@ public sealed class EntityEffectSystem : EntitySystem SubscribeLocalEvent>(OnExecutePlantAdjustHealth); SubscribeLocalEvent>(OnExecutePlantAdjustMutationLevel); SubscribeLocalEvent>(OnExecutePlantAdjustMutationMod); + SubscribeLocalEvent>(OnExecutePlantAdjustNutrition); SubscribeLocalEvent>(OnExecutePlantAdjustPests); SubscribeLocalEvent>(OnExecutePlantAdjustPotency); SubscribeLocalEvent>(OnExecutePlantAdjustToxins); @@ -97,6 +98,7 @@ public sealed class EntityEffectSystem : EntitySystem SubscribeLocalEvent>(OnExecutePlantDiethylamine); SubscribeLocalEvent>(OnExecutePlantPhalanximine); SubscribeLocalEvent>(OnExecutePlantRestoreSeeds); + SubscribeLocalEvent>(OnExecuteRobustHarvest); SubscribeLocalEvent>(OnExecuteAdjustTemperature); SubscribeLocalEvent>(OnExecuteAreaReactionEffect); SubscribeLocalEvent>(OnExecuteCauseZombieInfection);