Merge pull request #3150 from Fox-McCloud/strange-reagent-fix

Strange Reagent Fix
This commit is contained in:
TheDZD
2016-01-07 19:56:22 -05:00
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)