Set medical HUD status on login and logout

This commit is contained in:
Jared-Fogle
2020-06-06 15:22:56 -07:00
parent ca18f4e9c4
commit d6b6a6d7ec
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -30,3 +30,5 @@
var/datum/antagonist/changeling/changeling = mind.has_antag_datum(/datum/antagonist/changeling)
if(changeling)
changeling.regain_powers()
med_hud_set_status()
+1
View File
@@ -3,3 +3,4 @@
..()
if(!key && mind) //key and mind have become separated.
mind.active = 0 //This is to stop say, a mind.transfer_to call on a corpse causing a ghost to re-enter its body.
med_hud_set_status()