From 053c68af36e75adc8dccdbf1c8b957faa681e959 Mon Sep 17 00:00:00 2001 From: Orotheim <81803907+Orotheim@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:23:21 +0100 Subject: [PATCH] Updates Ghost_role_spawners.dm --- .../code/game/objects/structures/ghost_role_spawners.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm index dacaffc9..3f3c954f 100644 --- a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm +++ b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm @@ -67,7 +67,6 @@ Every day, you pause and recollect your memories from before it all happened... " assignedrole = "Arctic Exile" mirrorcanloadappearance = TRUE - ghost_usable = FALSE /obj/effect/mob_spawn/human/exiled/Initialize(mapload) . = ..() @@ -81,7 +80,6 @@ outfit.suit = /obj/item/clothing/suit/hooded/wintercoat outfit.shoes = /obj/item/clothing/shoes/winterboots outfit.back = /obj/item/storage/backpack - outfit.id = /obj/item/card/id/away/snowdin/eng outfit.implants = list(/obj/item/implant/exile) //Made it so they cannot simply exit through the gateway at will. /obj/effect/mob_spawn/human/exiled/Destroy()