From 99045c14d8ecb288c3dfea1e1979845df07c8446 Mon Sep 17 00:00:00 2001 From: Archie Date: Sun, 30 May 2021 20:31:45 -0300 Subject: [PATCH] Text --- hyperstation/code/modules/mob/mob_helpers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/modules/mob/mob_helpers.dm b/hyperstation/code/modules/mob/mob_helpers.dm index f0d9d6fc..00f9c863 100644 --- a/hyperstation/code/modules/mob/mob_helpers.dm +++ b/hyperstation/code/modules/mob/mob_helpers.dm @@ -18,7 +18,7 @@ mob/proc/checkloadappearance() idCard.update_label(H.real_name, idCard.assignment) idCard.registered_name = H.real_name H.mirrorcanloadappearance = FALSE //Prevents them from using the mirror again. - ADD_TRAIT(H,TRAIT_EXEMPT_HEALTH_EVENTS,GHOSTROLE_TRAIT) //Makes them exempt from health events and adds gives them the ghostrole trait. This is a special tool we'll use later. + ADD_TRAIT(H,TRAIT_EXEMPT_HEALTH_EVENTS,GHOSTROLE_TRAIT) //Makes sure they are exempt from health events. SEND_SOUND(H, 'sound/magic/charge.ogg') //Fluff to_chat(H, "Your head aches for a second. You feel like this is how things should have been.") log_game("[key_name(H)] has loaded their default appearance for a ghost role.")