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
+4
View File
@@ -33,7 +33,11 @@
continue
var/datum/atom_hud/alternate_appearance/AA = v
AA.onNewMob(src)
<<<<<<< HEAD
hook_vr("mob_new",list(src))
=======
nutrition = rand(NUTRITION_LEVEL_START_MIN, NUTRITION_LEVEL_START_MAX)
>>>>>>> 6f65453... Mobs start with a random nutrition amount (#34791)
. = ..()
/mob/GenerateTag()