Mobs start with a random nutrition amount

This commit is contained in:
coiax
2018-01-27 01:55:21 +00:00
committed by CitadelStationBot
parent 57cfc1c81e
commit 6d9e8110f5
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
var/drowsyness = 0//Carbon
var/dizziness = 0//Carbon
var/jitteriness = 0//Carbon
var/nutrition = NUTRITION_LEVEL_FED + 50//Carbon
var/nutrition = NUTRITION_LEVEL_START_MIN // randomised in Initialize
var/satiety = 0//Carbon
var/overeatduration = 0 // How long this guy is overeating //Carbon