From cd6938e9a9b9525d3b6193b7e022f9b4800b9fa0 Mon Sep 17 00:00:00 2001 From: Metis <100518708+sheepishgoat@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:17:38 -0500 Subject: [PATCH] Update mood.dm --- code/datums/components/mood.dm | 2 ++ 1 file changed, 2 insertions(+) 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)