From adba2264fea8ef3b175dfd67cd52245b8de1b915 Mon Sep 17 00:00:00 2001 From: tralezab <40974010+tralezab@users.noreply.github.com> Date: Tue, 10 Mar 2020 01:43:55 -0700 Subject: [PATCH] fixes nightmares not getting nightmare names (#49835) * NICE * even nicer --- .../mob/living/carbon/human/species_types/shadowpeople.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm b/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm index c134f3d47b2..26bd64d4268 100644 --- a/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm @@ -49,7 +49,7 @@ . = ..() to_chat(C, "[info_text]") - C.fully_replace_character_name("[pick(GLOB.nightmare_names)]") + C.fully_replace_character_name(null, pick(GLOB.nightmare_names)) /datum/species/shadow/nightmare/bullet_act(obj/projectile/P, mob/living/carbon/human/H) var/turf/T = H.loc