mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #3365 from LorenLuke/Changeling-Medhud
Revived changelings now are alive on medhuds.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user