From 2dd8617cedec3bf475f3acdf40ee661c13619bfe Mon Sep 17 00:00:00 2001 From: Xhuis Date: Fri, 17 Jun 2016 00:18:37 -0400 Subject: [PATCH] Grammar fixeroni --- code/game/objects/structures/ghost_role_spawners.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index 5d171eb26fe..9ad05994528 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -69,8 +69,8 @@ roundstart = FALSE death = FALSE mob_species = /datum/species/shadow - flavour_text = "You are cursed. Years ago, you sacrificed the lives of your trusted friends and the humanity of yourself to reach the Wish Granter. Though you did so, \ - it has come at a cost: your very body rejects the light, dooming you to wander endlessly in this horrible wasteland." + flavour_text = "You are cursed. Years ago, you sacrificed the lives of your trusted friends and the humanity of yourself to reach the Wish Granter. Though you \ + did so, it has come at a cost: your very body rejects the light, dooming you to wander endlessly in this horrible wasteland." /obj/effect/mob_spawn/human/exile/Destroy() new/obj/structure/fluff/empty_sleeper(get_turf(src))