All lazarus'd mobs can be pet collared

If you revive a mob with a lazarus injector, you will now be able to rename it with a pet collar if it couldn't be before.
This commit is contained in:
HugoLuman
2016-05-25 23:02:42 -07:00
parent babfe22a06
commit c6b0494f31
+1
View File
@@ -916,6 +916,7 @@
if(M.stat == DEAD)
M.faction = list("neutral")
M.revive()
M.can_collar = 1
if(istype(target, /mob/living/simple_animal/hostile))
var/mob/living/simple_animal/hostile/H = M
if(malfunctioning)