Merge pull request #3365 from LorenLuke/Changeling-Medhud

Revived changelings now are alive on medhuds.
This commit is contained in:
Anewbe
2017-04-26 15:52:58 -05:00
committed by GitHub
2 changed files with 43 additions and 0 deletions

View File

@@ -41,6 +41,10 @@
current_limb.undislocate()
current_limb.open = 0
BITSET(H.hud_updateflag, HEALTH_HUD)
BITSET(H.hud_updateflag, STATUS_HUD)
BITSET(H.hud_updateflag, LIFE_HUD)
C.halloss = 0
C.shock_stage = 0 //Pain
C << "<span class='notice'>We have regenerated.</span>"
@@ -53,4 +57,7 @@
src.verbs -= /mob/proc/changeling_revive
// re-add our changeling powers
C.make_changeling()
return 1