Strange Reagent Fix

This commit is contained in:
Fox-McCloud
2016-01-07 16:16:45 -05:00
parent 14ac5f25f3
commit d6caea6aa0
2 changed files with 8 additions and 2 deletions
+1 -2
View File
@@ -650,8 +650,7 @@ datum/reagent/strange_reagent/reaction_mob(var/mob/living/M as mob, var/method=T
if(istype(M, /mob/living/simple_animal))
if(method == TOUCH)
if(M.stat == DEAD)
M.health = M.maxHealth
M.update_revive()
M.revive()
M.visible_message("<span class='warning'>[M] seems to rise from the dead!</span>")
if(istype(M, /mob/living/carbon))
if(method == INGEST)