Merge pull request #15575 from phil235/ReviveFix1

Fixes mob revival
This commit is contained in:
Cheridan
2016-02-17 20:42:10 -06:00
35 changed files with 193 additions and 215 deletions
+1 -1
View File
@@ -771,7 +771,7 @@
var/mob/living/simple_animal/M = target
if(M.stat == DEAD)
M.faction = list("neutral")
M.revive()
M.revive(full_heal = 1, admin_revive = 1)
if(istype(target, /mob/living/simple_animal/hostile))
var/mob/living/simple_animal/hostile/H = M
if(malfunctioning)