From ac6690854d58f8ca795e741f0a67dd1ee53f8d9d Mon Sep 17 00:00:00 2001 From: Orotheim <81803907+Orotheim@users.noreply.github.com> Date: Thu, 15 Aug 2024 03:41:21 +0100 Subject: [PATCH] Fixes stupid uniform name (aough) --- .../code/game/objects/structures/ghost_role_spawners.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm index a6831d97..dacaffc9 100644 --- a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm +++ b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm @@ -77,7 +77,7 @@ flavour_text += "You were a lowly engineer, hired by GATO to make sure the turbines from their mining operation remained functional. \ You remember the day the mining team descended for the very last time into the depths of the shafts, only to never return. \ The agonizing screams from whatever now haunts those mines still brings a shiver down your spine." - outfit.uniform = /obj/item/clothing/under/rank/assistant + outfit.uniform = /obj/item/clothing/under/assistantformal outfit.suit = /obj/item/clothing/suit/hooded/wintercoat outfit.shoes = /obj/item/clothing/shoes/winterboots outfit.back = /obj/item/storage/backpack