diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index f4e68073..66b875d9 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -301,7 +301,7 @@ //Exiles: Stranded exiles that have been left in Snowdin. Can be easily adapted for other roles as well. /obj/effect/mob_spawn/human/exiled - name = "a used bed" + name = "used bed" desc = "Still warm." mob_name = "exiled" job_description = "Exiles"