mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Set medical HUD status on login and logout
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user