Update mob.dm
This commit is contained in:
@@ -33,11 +33,8 @@
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user