Human mobs spawn in with a random amount of nutrition

This commit is contained in:
Anewbe
2017-01-17 23:07:17 -06:00
parent 81c8570ba8
commit 9a451c826e
2 changed files with 38 additions and 0 deletions
@@ -28,6 +28,8 @@
if(mind)
mind.name = real_name
nutrition = rand(200,400)
hud_list[HEALTH_HUD] = new /image/hud_overlay('icons/mob/hud_med.dmi', src, "100")
hud_list[STATUS_HUD] = new /image/hud_overlay('icons/mob/hud.dmi', src, "hudhealthy")
hud_list[LIFE_HUD] = new /image/hud_overlay('icons/mob/hud.dmi', src, "hudhealthy")