Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
Moscowchief committed Oct 10, 2023
1 parent 6a741d4 commit 92f394c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@
to_chat(src, SPAN("warning", "[pick("It seems you overate a bit", "Your own weight pulls you to the floor", "It would be nice to lose some weight")]..."))
if(STOMACH_FULLNESS_SUPER_HIGH to INFINITY)
to_chat(src, SPAN("warning", "[pick("You definitely overate", "Thinking about food makes you gag", "It would be nice to clear your stomach")]..."))

// body build correction
if(!isSynthetic(src) && !isundead(src))
var/normalized_nutrition = nutrition / body_build.stomach_capacity
Expand Down

0 comments on commit 92f394c

Please sign in to comment.