From 3ccb6448019358de9df31bcfc7662d96c54804e2 Mon Sep 17 00:00:00 2001 From: Vaelophis Nyx Date: Fri, 5 Aug 2022 08:16:53 -0500 Subject: [PATCH] fixes a bug (#15078) --- code/game/objects/structures/ghost_role_spawners.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index dbac46894c5f..0c91a5ba870d 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -180,7 +180,7 @@ if(has_owner && creator) short_desc = "You are a Golem." flavour_text = "You move slowly and are unable to wear clothes, but can still use most tools. Depending on the material you were made of, you will have different strengths and weaknesses \ - Serve [creator], and assist [creator.p_them()] in completing [creator.p_their()] goals at any cost." + Serve [creator.real_name], and assist [creator.p_them()] in completing [creator.p_their()] goals at any cost." owner = creator /obj/effect/mob_spawn/human/golem/special(mob/living/new_spawn, name)