From ebdd17a35f51015fe2d5c3c038bb0a98ff5480ae Mon Sep 17 00:00:00 2001 From: Sylphily <30062054+Sylphily@users.noreply.github.com> Date: Wed, 5 Feb 2025 18:40:09 -0600 Subject: [PATCH] Update death.dm --- code/modules/mob/living/death.dm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/code/modules/mob/living/death.dm b/code/modules/mob/living/death.dm index be0ca8ba1f..fdd701a86b 100644 --- a/code/modules/mob/living/death.dm +++ b/code/modules/mob/living/death.dm @@ -147,16 +147,18 @@ var/area_of_death = lowertext(get_area_name(src)) var/locale = "a locale wreathed in enigmatic fog" switch (area_of_death) // we're deliberately obtuse with this. - if ("mountains", "mt decapitation") - locale = "a twisted tangle of soaring peaks" + if ("mountains", "mt decapitation", "malum's anvil forest", "malum's anvil under lower caves", "malum's anvil cave building", "malum's anvil lower dungeon", "malum's anvil surface building", "malum's anvil hidden grove", "malum's anvil peak") + locale = "a twisted tangle of dense rocks and rivers of lava" if ("wilderness", "azure basin") locale = "somewhere in the wilds" - if ("bog", "dense bog") + if ("the bog", "bog", "dense bog", "latejoin cave") locale = "a wretched, fetid bog" - if ("coast", "coastforest") + if ("coast", "coastforest", "river") locale = "somewhere betwixt Abyssor's realm and Dendor's bounty" - if ("indoors", "shop", "physician", "outdoors", "roofs", "manor", "wizard's tower", "garrison", "dungeon cell", "baths", "tavern") + if ("indoors", "shop", "physician", "outdoors", "roofs", "manor", "wizard's tower", "garrison","village garrison", "dungeon cell", "baths", "tavern", "basement") locale = "the city of Vanderlin and all its bustling souls" + if ("sewers") + locale = "somwhere under the city of vanderlin and all its bustling souls" if ("church") locale = "a hallowed place, sworn to the Ten" // special bit for the church since it's sacred ground