diff --git a/Content.Server/EntityEffects/EntityEffectSystem.cs b/Content.Server/EntityEffects/EntityEffectSystem.cs index d9120849d6..eaa8798de9 100644 --- a/Content.Server/EntityEffects/EntityEffectSystem.cs +++ b/Content.Server/EntityEffects/EntityEffectSystem.cs @@ -90,6 +90,7 @@ public sealed class EntityEffectSystem : EntitySystem SubscribeLocalEvent>(OnExecutePlantAdjustHealth); SubscribeLocalEvent>(OnExecutePlantAdjustMutationLevel); SubscribeLocalEvent>(OnExecutePlantAdjustMutationMod); + SubscribeLocalEvent>(OnExecutePlantAdjustNutrition); SubscribeLocalEvent>(OnExecutePlantAdjustPests); SubscribeLocalEvent>(OnExecutePlantAdjustPotency); SubscribeLocalEvent>(OnExecutePlantAdjustToxins); @@ -102,6 +103,7 @@ public sealed class EntityEffectSystem : EntitySystem SubscribeLocalEvent>(OnExecutePlantDiethylamine); SubscribeLocalEvent>(OnExecutePlantPhalanximine); SubscribeLocalEvent>(OnExecutePlantRestoreSeeds); + SubscribeLocalEvent>(OnExecuteRobustHarvest); SubscribeLocalEvent>(OnExecuteAdjustTemperature); SubscribeLocalEvent>(OnExecuteAreaReactionEffect); SubscribeLocalEvent>(OnExecuteCauseZombieInfection);