diff --git a/code/datums/components/mood.dm b/code/datums/components/mood.dm index 2a64b54407..9fecf76da7 100644 --- a/code/datums/components/mood.dm +++ b/code/datums/components/mood.dm @@ -336,8 +336,10 @@ if(HAS_TRAIT(L, TRAIT_NOHUNGER)) return FALSE //no mood events for nutrition switch(L.nutrition) + /* GS13 EDIT FATNESS if(NUTRITION_LEVEL_FULL to INFINITY) add_event(null, "nutrition", /datum/mood_event/fat) + */ if(NUTRITION_LEVEL_WELL_FED to NUTRITION_LEVEL_FULL) add_event(null, "nutrition", /datum/mood_event/wellfed) if( NUTRITION_LEVEL_FED to NUTRITION_LEVEL_WELL_FED)