From 6500d0d9a9a79cf32e9282bbc5ace53219e67515 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 16 Jan 2020 13:43:21 +0200 Subject: [PATCH] Fixes ghost role descriptions --- code/game/objects/structures/ghost_role_spawners.dm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index bc05d0281c..42323198b0 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -270,9 +270,10 @@ desc = "A small sleeper typically used to instantly restore minor wounds. This one seems broken, and its occupant is comatose." job_description = "Lavaland Veterinarian" mob_name = "a translocated vet" - flavour_text = "What...? Where are you? Where are the others? This is still the animal hospital - you should know, you've been an intern here for weeks - but \ - everyone's gone. One of the cats scratched you just a few minutes ago. That's why you were in the pod - to heal the scratch. The scabs are still fresh; you see them right now. So where is \ - everyone? Where did they go? What happened to the hospital? And is that smoke you smell? You need to find someone else. Maybe they can tell you what happened." + short_desc = "You are a animal doctor who just woke up in lavaland" + flavour_text = "What...? Where are you? Where are the others? This is still the animal hospital - you should know, you've been an intern here for weeks - but \ + you see them right now. So where is \ + everyone? Where did they go? What happened to the hospital? And is that smoke you smell? You need to find someone else. Maybe they c everyone's gone. One of the cats scratched you just a few minutes ago. That's why you were in the pod - to heal the scratch. The scabs are still fresh; an tell you what happened." assignedrole = "Translocated Vet" /obj/effect/mob_spawn/human/doctor/alive/lavaland/Destroy() @@ -631,7 +632,8 @@ density = FALSE death = FALSE assignedrole = "Ghost Cafe Visitor" - flavour_text = "Is this what life after death is like?" + short_desc = "You are a Ghost Cafe Visitor!" + flavour_text = "You know one thing for sure. You arent actually alive. Are you in a simulation?" skip_reentry_check = TRUE banType = "ghostcafe"