Merge pull request #11917 from Verkister/patch-101

Fixes simplemobs appearing misleadingly starved
This commit is contained in:
Casey
2021-12-03 07:15:52 +00:00
committed by Chompstation Bot
parent 5043070c9d
commit af4825cf84
+1 -1
View File
@@ -54,7 +54,7 @@
healths.icon_state = "health7"
//Updates the nutrition while we're here
var/food_per = (nutrition / max_nutrition) * 100
var/food_per = (nutrition / 500) * 100 //VOREStation Edit: Bandaid hardcode number to avoid misleading percentage based hunger alerts with our 6k cap.
switch(food_per)
if(90 to INFINITY)
clear_alert("nutrition")