From e3bdc978c5826a7adab8faea5291f6e721211b28 Mon Sep 17 00:00:00 2001 From: Kyep Date: Tue, 24 Oct 2017 00:27:16 -0700 Subject: [PATCH] Improves ghost HUDs --- code/modules/mob/dead/observer/observer.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index f73236d9720..6e665091e49 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -289,9 +289,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp switch(data_hud_seen) //give new huds if(0) - show_me_the_hud(DATA_HUD_SECURITY_BASIC) + show_me_the_hud(DATA_HUD_SECURITY_ADVANCED) to_chat(src, "Security HUD set.") - if(DATA_HUD_SECURITY_BASIC) + if(DATA_HUD_SECURITY_ADVANCED) show_me_the_hud(DATA_HUD_MEDICAL_ADVANCED) to_chat(src, "Medical HUD set.") if(DATA_HUD_MEDICAL_ADVANCED)