From 80d37a88aecc1532a637c34c9fc34c4905849cce Mon Sep 17 00:00:00 2001 From: Archie Date: Sun, 10 Jan 2021 12:13:31 -0300 Subject: [PATCH] Fixes ghost role text all around --- _maps/RandomRuins/SpaceRuins/listeningstation.dmm | 2 +- _maps/RandomRuins/SpaceRuins/spacehermit.dmm | 2 +- _maps/RandomZLevels/beach.dmm | 2 +- code/game/objects/structures/ghost_role_spawners.dm | 7 ++++--- .../code/game/objects/structures/ghost_role_spawners.dm | 6 ++++-- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/_maps/RandomRuins/SpaceRuins/listeningstation.dmm b/_maps/RandomRuins/SpaceRuins/listeningstation.dmm index 318abb5c..6fb5b39f 100644 --- a/_maps/RandomRuins/SpaceRuins/listeningstation.dmm +++ b/_maps/RandomRuins/SpaceRuins/listeningstation.dmm @@ -1009,7 +1009,7 @@ /obj/effect/mob_spawn/human/lavaland_syndicate/comms/space{ assignedrole = "Space Syndicate"; dir = 8; - flavour_text = "You are a syndicate agent, assigned to a small listening post station situated near your hated enemy's top secret research facility: Space Station 13. Monitor enemy activity as best you can, and try to keep a low profile. DON'T abandon the base without good cause. Use the communication equipment to provide support to any field agents, and sow disinformation to throw Kinaris off your trail. Do not let the base fall into enemy hands!" + flavour_text = "You are a syndicate agent, assigned to a small listening post station situated near your hated enemy's top secret research facility: Space Station 13. Monitor enemy activity as best you can, and try to keep a low profile. DON'T abandon the base without good cause. Use the communication equipment to provide support to any field agents, and sow disinformation to throw Kinaris off your trail. Do not let the base fall into enemy hands!" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8; diff --git a/_maps/RandomRuins/SpaceRuins/spacehermit.dmm b/_maps/RandomRuins/SpaceRuins/spacehermit.dmm index ff0ad4be..31d83c73 100644 --- a/_maps/RandomRuins/SpaceRuins/spacehermit.dmm +++ b/_maps/RandomRuins/SpaceRuins/spacehermit.dmm @@ -236,7 +236,7 @@ /area/template_noop) "aY" = ( /obj/effect/mob_spawn/human/hermit{ - flavour_text = "You've been late to awaken from your cryo slumber. Blasted machine, you set it to 10 days not 10 weeks! Where have the others gone while we were out? Did they manage to survive? These thoughts are dispelled by yet another recollection of how you got here... "; + flavour_text = "You've been late to awaken from your cryo slumber. Blasted machine, you set it to 10 days not 10 weeks! Where have the others gone while we were out? Did they manage to survive? These thoughts are dispelled by yet another recollection of how you got here... "; job_description = "Space Hermit" }, /turf/open/floor/mineral/titanium, diff --git a/_maps/RandomZLevels/beach.dmm b/_maps/RandomZLevels/beach.dmm index 7aab25e4..a09a6b42 100644 --- a/_maps/RandomZLevels/beach.dmm +++ b/_maps/RandomZLevels/beach.dmm @@ -162,7 +162,7 @@ uniform = /obj/item/clothing/under/rank/bartender; death = 0; desc = "Looks secure."; - flavour_text = "You are a bartender for the beach!"; + flavour_text = "You are a bartender for the beach!"; icon = 'icons/obj/machines/sleeper.dmi'; icon_state = "sleeper"; mob_name = "Jerry Thomas"; diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index b31b3cc1..23e2ef8f 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -48,6 +48,7 @@ anchored = FALSE move_resist = MOVE_FORCE_NORMAL density = FALSE + short_desc = "You are an ash walker. Your tribe worships the Necropolis." flavour_text = "The wastes are sacred ground, its monsters a blessed bounty. You would never willingly leave your homeland behind. \ You have seen lights in the distance... they foreshadow the arrival of outsiders to your domain. However, their intentions have yet to be judged.\ Ensure your nest remains protected at all costs." @@ -250,7 +251,7 @@ outfit.back = /obj/item/storage/backpack/medic outfit.shoes = /obj/item/clothing/shoes/sneakers/black if(4) - flavour_text += "you were always joked about by your friends for \"not playing with a full deck\", as they so kindly put it. It seems that they were right when you, on a tour \ + flavour_text += "you were always joked about by your friends for \"not playing with a full deck\", as they so kindly put it. It seems that they were right when you, on a tour \ at one of Nanotrasen's state-of-the-art research facilities, were in one of the escape pods alone and saw the red button. It was big and shiny, and it caught your eye. You pressed \ it, and after a terrifying and fast ride for days, you landed here. You've had time to wisen up since then, and you think that your old friends wouldn't be laughing now." outfit.uniform = /obj/item/clothing/under/color/grey/glorf @@ -267,10 +268,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" - short_desc = "You are a animal doctor who just woke up in lavaland" + short_desc = "You are an 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." + everyone? Where did they go? What happened to the hospital? And is that smoke you smell? You need to find someone else. Maybe 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; and tell you what happened." assignedrole = "Translocated Vet" mirrorcanloadappearance = TRUE diff --git a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm index 4fc26e61..b3aaf63f 100644 --- a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm +++ b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm @@ -10,7 +10,8 @@ death = FALSE random = TRUE mob_species = /datum/species/human - flavour_text = "You and another have been stranded in this planet for quite some time now. Each day you barely scrape by, and between the terrible \ + short_desc = "You've are lost." + flavour_text = "You and another have been stranded in this planet for quite some time now. Each day you barely scrape by, and between the terrible \ conditions of your makeshift shelter, the hostile creatures, and the ash drakes swooping down from the cloudless skies, all you can wish for is the feel of soft grass between your toes and \ the fresh air of Earth. These thoughts are dispelled by yet another recollection of how you and your friend got here... " assignedrole = "Hermit" @@ -58,6 +59,7 @@ death = FALSE random = TRUE mob_species = /datum/species/human + short_desc = "You've been left behind." flavour_text = "As the last escape shuttle left the sector, you were left for dead, stranded in a cold hell where you make do, until hopefully someone finds you. \ Every day, you pause and recollect your memories from before it all happened... " assignedrole = "Arctic Exile" @@ -66,7 +68,7 @@ /obj/effect/mob_spawn/human/exiled/Initialize(mapload) . = ..() - delayusability(9000, FALSE) //Probably should not show up on the menu? It gives it away that snowdin is the away mission. + delayusability(1, FALSE) //Probably should not show up on the menu? It gives it away that snowdin is the away mission. var/arrpee = rand(1,3) switch(arrpee) if(1)