Merge pull request #4503 from QuinnAggeler/lazarus-pets

All lazarus'd mobs can now be pet collared
This commit is contained in:
Fox McCloud
2016-05-27 17:59:40 -04:00
+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)