Nutrition Refactor (#12389)

This commit is contained in:
Fox McCloud
2019-09-24 18:17:55 -04:00
committed by variableundefined
parent 082dcc9910
commit 86e6d85093
40 changed files with 135 additions and 111 deletions
+1 -1
View File
@@ -1934,7 +1934,7 @@
H.reagents.add_reagent("ice", 40)
logmsg = "cold."
if("Hunger")
H.nutrition = NUTRITION_LEVEL_CURSED
H.set_nutrition(NUTRITION_LEVEL_CURSED)
logmsg = "starvation."
if("Cluwne")
H.makeCluwne()