This commit is contained in:
Ron
2018-05-12 15:15:02 -04:00
committed by Werner
parent 65d58d026d
commit e388235cef
4 changed files with 17 additions and 17 deletions
@@ -219,9 +219,9 @@
if (!(src.species.flags & NO_CHUBBY))
if(nutrition < 100)
if(nutrition < max(max_nutrition - 300, 0))
msg += "[T.He] [T.is] severely malnourished.\n"
else if(nutrition >= 500)
else if(nutrition >= max_nutrition + 100)
msg += "[T.He] [T.is] quite chubby.\n"