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
@@ -234,7 +234,7 @@
C.name = "Cookie of Fate"
if(12)
//Healing
user.revive()
user.revive(full_heal = 1, admin_revive = 1)
if(13)
//Mad Dosh
var/turf/Start = get_turf(src)
@@ -160,7 +160,7 @@
C << "<span class='notice'>Death is not your end!</span>"
spawn(rand(80,120))
C.revive()
C.revive(full_heal = 1, admin_revive = 1)
C << "<span class='notice'>You have regenerated.</span>"
C.visible_message("<span class='warning'>[usr] appears to wake from the dead, having healed all wounds.</span>")
C.update_canmove()