Update mood.dm

This commit is contained in:
Metis
2024-12-01 20:17:38 -05:00
parent 5d160c502f
commit cd6938e9a9
+2
View File
@@ -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)