mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Fix a few small runtimes (#49352)
Nothing special here, mostly sanity. Defib hud is awful, needs rewrite.
This commit is contained in:
@@ -154,9 +154,8 @@ GLOBAL_VAR_INIT(observer_default_invisibility, INVISIBILITY_OBSERVER)
|
||||
|
||||
/mob/dead/observer/Destroy()
|
||||
// Update our old body's medhud since we're abandoning it
|
||||
if(mind)
|
||||
var/mob/living/carbon/current = mind.current
|
||||
current.med_hud_set_status()
|
||||
if(mind && mind.current)
|
||||
mind.current.med_hud_set_status()
|
||||
|
||||
GLOB.ghost_images_default -= ghostimage_default
|
||||
QDEL_NULL(ghostimage_default)
|
||||
|
||||
Reference in New Issue
Block a user