From cd6b62dd761d9d18ffe048f1bcd829f7805046d2 Mon Sep 17 00:00:00 2001 From: Chemlight Date: Mon, 16 Nov 2020 18:37:48 -0800 Subject: [PATCH] Ashwalkers to station for no raisen Simply makes it that the ghost role flavor text spawn tells them that it's simply not okay to just run up onto station as an ashwalker. Fight on home turf! --- code/game/objects/structures/ghost_role_spawners.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index 087f8fb9..2c100277 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -47,7 +47,8 @@ move_resist = MOVE_FORCE_NORMAL density = FALSE flavour_text = "You are an ash walker. Your tribe worships the Necropolis. The wastes are sacred ground, its monsters a blessed bounty. \ - You have seen lights in the distance... they foreshadow the arrival of outsiders that seek to tear apart the Necropolis and its domain. Fresh sacrifices for your nest." + You have seen lights in the distance... they foreshadow the arrival of outsiders that seek to tear apart the Necropolis and its domain. Fresh sacrifices for your nest. \ + For what lies beyond the lights, you get the impression that going towards it is forbidden, rumors say the Necropolis does not favor those who leave the sacred ground. " assignedrole = "Ash Walker" /obj/effect/mob_spawn/human/ash_walker/special(mob/living/new_spawn)