diff --git a/_maps/map_files/dun_manor/azure_forest.dmm b/_maps/map_files/dun_manor/azure_forest.dmm
index e1f7716fd..dbab4a3de 100644
--- a/_maps/map_files/dun_manor/azure_forest.dmm
+++ b/_maps/map_files/dun_manor/azure_forest.dmm
@@ -136,7 +136,7 @@
"mW" = (/obj/structure/spacevine,/obj/structure/flora/roguegrass/maneater/real,/turf/open/floor/rogue/greenstone,/area/rogue/under/cave)
"na" = (/turf/closed/wall/mineral/rogue/wooddark,/area/rogue/outdoors/mountains)
"nh" = (/turf/open/water/swamp/deep,/area/rogue/indoors/shelter/woods)
-"no" = (/obj/structure/fluff/signage{name = "AZURE PEAK - NORTHEAST"},/turf/open/floor/rogue/dirt/road,/area/rogue/outdoors/woods)
+"no" = (/obj/structure/fluff/signage{name = "CAUSTIC COVE - NORTHEAST"},/turf/open/floor/rogue/dirt/road,/area/rogue/outdoors/woods)
"nt" = (/turf/open/floor/rogue/grass,/area/rogue/outdoors/woods)
"nH" = (/obj/structure/fluff/railing/border{dir = 10; icon_state = "border"},/turf/open/transparent/openspace,/area/rogue/outdoors/woods)
"nI" = (/obj/structure/fluff/railing/fence{dir = 1},/turf/open/floor/rogue/ruinedwood,/area/rogue/outdoors/woods)
@@ -344,7 +344,7 @@
"Ii" = (/obj/item/restraints/legcuffs/beartrap/armed,/turf/open/water/sewer,/area/rogue/under/cave/dungeon1/gethsmane/inner)
"Io" = (/obj/machinery/light/rogue/hearth,/turf/open/floor/rogue/cobble,/area/rogue/indoors)
"It" = (/obj/machinery/conveyor/auto{dir = 4; color = "#755f48"},/obj/item/natural/bone,/turf/open/water/swamp/deep,/area/rogue/under/cave)
-"Iu" = (/obj/structure/fluff/signage{name = "AZURE PEAK - NORTH"},/turf/open/floor/rogue/dirt/road,/area/rogue/outdoors/woods)
+"Iu" = (/obj/structure/fluff/signage{name = "CAUSTIC COVE - NORTH"},/turf/open/floor/rogue/dirt/road,/area/rogue/outdoors/woods)
"II" = (/obj/structure/mineral_door/wood,/turf/open/floor/rogue/ruinedwood,/area/rogue/indoors/shelter/woods)
"IK" = (/turf/open/floor/rogue/dirt,/area/rogue/under/cave)
"IO" = (/obj/structure/bars/steel{max_integrity = 500},/turf/open/floor/rogue/metal{icon_state = "plating2"},/area/rogue/under/cave/dungeon1/gethsmane/inner)
@@ -353,7 +353,7 @@
"Ja" = (/obj/structure/bars/pipe,/turf/open/floor/rogue/dirt,/area/rogue/under/cave/dungeon1/gethsmane)
"Je" = (/obj/machinery/conveyor/auto{color = "#755f48"},/obj/structure/bars/steel{name = "blacksteel bars"; color = "#675340"; max_integrity = 20000},/turf/open/water/sewer,/area/rogue/under/cave/dungeon1/gethsmane/inner)
"Jj" = (/obj/structure/glowshroom,/turf/open/water/sewer,/area/rogue/under/cave/dungeon1/gethsmane/inner)
-"Jk" = (/obj/structure/fluff/signage{name = "AZURE PEAK - NORTH"},/turf/open/floor/rogue/dirt,/area/rogue/outdoors/woods)
+"Jk" = (/obj/structure/fluff/signage{name = "CAUSTIC COVE - NORTH"},/turf/open/floor/rogue/dirt,/area/rogue/outdoors/woods)
"Jn" = (/obj/effect/decal/cobbleedge{dir = 5},/obj/item/grown/log/tree/small,/turf/open/floor/rogue/dirt/road,/area/rogue/indoors)
"Jx" = (/obj/structure/spider/stickyweb,/turf/open/floor/rogue/metal/barograte,/area/rogue/under/cave/dungeon1/gethsmane)
"JB" = (/turf/open/floor/rogue/hexstone,/area/rogue/under/cave)
diff --git a/code/__HELPERS/names.dm b/code/__HELPERS/names.dm
index eda0f734f..0567e258a 100644
--- a/code/__HELPERS/names.dm
+++ b/code/__HELPERS/names.dm
@@ -49,12 +49,12 @@ GLOBAL_VAR(command_name)
GLOB.station_name = newname
#ifdef ROGUEWORLD
- world.name = "AZURE PEAK"
+ world.name = "CAUSTIC COVE"
#else
- world.name = "AZURE PEAK"
+ world.name = "CAUSTIC COVE"
#endif
#ifdef TESTSERVER
- world.name = "AZURE PEAK (TESTING)"
+ world.name = "CAUSTIC COVE (TESTING)"
#endif
diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm
index 78a81286d..29ec2c9d2 100644
--- a/code/__HELPERS/roundend.dm
+++ b/code/__HELPERS/roundend.dm
@@ -199,7 +199,7 @@
log_game("The round has ended.")
- to_chat(world, "
So ends this tale on Azure Peak.")
+ to_chat(world, "
So ends this tale on Caustic Cove.")
get_end_reason()
var/list/key_list = list()
@@ -320,7 +320,7 @@
if(C.vampire_werewolf() == "vampire")
end_reason = "When the Vampires finished sucking the town dry, they moved on to the next one."
if(C.vampire_werewolf() == "werewolf")
- end_reason = "The Werevolves formed an unholy clan, marauding Azure Peak until the end of its daes."
+ end_reason = "The Werevolves formed an unholy clan, marauding Caustic Cove until the end of its daes."
if(C.headrebdecree)
end_reason = "The peasant rebels took control of the throne, hail the new community!"
diff --git a/code/datums/gods/faiths/divine_pantheon.dm b/code/datums/gods/faiths/divine_pantheon.dm
index 2f0cbcf3c..5c9d5d6ea 100644
--- a/code/datums/gods/faiths/divine_pantheon.dm
+++ b/code/datums/gods/faiths/divine_pantheon.dm
@@ -1,5 +1,5 @@
/datum/faith/divine
name = "Divine Pantheon"
- desc = "The most accepted religion in Azure Peak. May Almighty Psydon and His ten children protect us from Zizo!"
- worshippers = "Humans and citizens of Azure Peak"
+ desc = "The most accepted religion in Caustic Cove. May Almighty Psydon and His ten children protect us from Zizo!"
+ worshippers = "Humans and citizens of Caustic Cove"
godhead = /datum/patron/divine/astrata
diff --git a/code/datums/migrants/migrant_wave.dm b/code/datums/migrants/migrant_wave.dm
index ce74d13e3..c4b9cc152 100644
--- a/code/datums/migrants/migrant_wave.dm
+++ b/code/datums/migrants/migrant_wave.dm
@@ -41,7 +41,7 @@
roles = list(
/datum/migrant_role/pilgrim = 4,
)
- greet_text = "Fleeing from misfortune and hardship, you and a handful of survivors get closer to Azure Peak, looking for refuge and work, finally almost being there, almost..."
+ greet_text = "Fleeing from misfortune and hardship, you and a handful of survivors get closer to Caustic Cove, looking for refuge and work, finally almost being there, almost..."
/datum/migrant_wave/pilgrim_down_one
name = "Pilgrimage"
@@ -50,7 +50,7 @@
roles = list(
/datum/migrant_role/pilgrim = 3,
)
- greet_text = "Fleeing from misfortune and hardship, you and a handful of survivors get closer to Azure Peak, looking for refuge and work, finally almost being there, almost..."
+ greet_text = "Fleeing from misfortune and hardship, you and a handful of survivors get closer to Caustic Cove, looking for refuge and work, finally almost being there, almost..."
/datum/migrant_wave/pilgrim_down_two
name = "Pilgrimage"
@@ -59,7 +59,7 @@
roles = list(
/datum/migrant_role/pilgrim = 2,
)
- greet_text = "Fleeing from misfortune and hardship, you and a handful of survivors get closer to Azure Peak, looking for refuge and work, finally almost being there, almost..."
+ greet_text = "Fleeing from misfortune and hardship, you and a handful of survivors get closer to Caustic Cove, looking for refuge and work, finally almost being there, almost..."
/datum/migrant_wave/pilgrim_down_three
name = "Pilgrimage"
@@ -67,7 +67,7 @@
roles = list(
/datum/migrant_role/pilgrim = 1,
)
- greet_text = "Fleeing from misfortune and hardship, you and a handful of survivors get closer to Azure Peak, looking for refuge and work, finally almost being there, almost..."
+ greet_text = "Fleeing from misfortune and hardship, you and a handful of survivors get closer to Caustic Cove, looking for refuge and work, finally almost being there, almost..."
/datum/migrant_wave/adventurer
name = "Adventure Party"
@@ -75,7 +75,7 @@
roles = list(
/datum/migrant_role/adventurer = 4,
)
- greet_text = "Together with a party of trusted friends we decided to venture out, seeking thrills, glory and treasure, ending up in the misty and damp bog underneath Azure Peak, perhaps getting ourselves into more than what we bargained for."
+ greet_text = "Together with a party of trusted friends we decided to venture out, seeking thrills, glory and treasure, ending up in the misty and damp bog underneath Caustic Cove, perhaps getting ourselves into more than what we bargained for."
/datum/migrant_wave/adventurer_down_one
name = "Adventure Party"
@@ -84,7 +84,7 @@
roles = list(
/datum/migrant_role/adventurer = 3,
)
- greet_text = "Together with a party of trusted friends we decided to venture out, seeking thrills, glory and treasure, ending up in the misty and damp bog underneath Azure Peak, perhaps getting ourselves into more than what we bargained for."
+ greet_text = "Together with a party of trusted friends we decided to venture out, seeking thrills, glory and treasure, ending up in the misty and damp bog underneath Caustic Cove, perhaps getting ourselves into more than what we bargained for."
/datum/migrant_wave/adventurer_down_two
name = "Adventure Party"
@@ -93,7 +93,7 @@
roles = list(
/datum/migrant_role/adventurer = 2,
)
- greet_text = "Together with a party of trusted friends we decided to venture out, seeking thrills, glory and treasure, ending up in the misty and damp bog underneath Azure Peak, perhaps getting ourselves into more than what we bargained for."
+ greet_text = "Together with a party of trusted friends we decided to venture out, seeking thrills, glory and treasure, ending up in the misty and damp bog underneath Caustic Cove, perhaps getting ourselves into more than what we bargained for."
/datum/migrant_wave/adventurer_down_three
name = "Adventure Party"
@@ -101,7 +101,7 @@
roles = list(
/datum/migrant_role/adventurer = 1,
)
- greet_text = "Together with a party of trusted friends we decided to venture out, seeking thrills, glory and treasure, ending up in the misty and damp bog underneath Azure Peak, perhaps getting ourselves into more than what we bargained for."
+ greet_text = "Together with a party of trusted friends we decided to venture out, seeking thrills, glory and treasure, ending up in the misty and damp bog underneath Caustic Cove, perhaps getting ourselves into more than what we bargained for."
/datum/migrant_wave/bandit
diff --git a/code/datums/migrants/migrant_waves/fablefield wave.dm b/code/datums/migrants/migrant_waves/fablefield wave.dm
index 4426c10ee..93d44bc9e 100644
--- a/code/datums/migrants/migrant_waves/fablefield wave.dm
+++ b/code/datums/migrants/migrant_waves/fablefield wave.dm
@@ -7,7 +7,7 @@
/datum/migrant_role/fablefield/goliard = 1,
/datum/migrant_role/fablefield/troubadour = 3,
)
- greet_text = "A troupe of troubadours from fair Fablefield, you travel to Azure Peak seeking inspiration, drawn at every step seemingly by the whims of Xylix. The people here look like they could do with a good show, give them one they'll remember!"
+ greet_text = "A troupe of troubadours from fair Fablefield, you travel to Caustic Cove seeking inspiration, drawn at every step seemingly by the whims of Xylix. The people here look like they could do with a good show, give them one they'll remember!"
/datum/migrant_wave/fablefield_down_one
name = "The Fablefield Troupe"
@@ -18,7 +18,7 @@
/datum/migrant_role/fablefield/goliard = 1,
/datum/migrant_role/fablefield/troubadour = 2,
)
- greet_text = "A troupe of troubadours from fair Fablefield, you travel to Azure Peak seeking inspiration, drawn at every step seemingly by the whims of Xylix. The people here look like they could do with a good show, give them one they'll remember!"
+ greet_text = "A troupe of troubadours from fair Fablefield, you travel to Caustic Cove seeking inspiration, drawn at every step seemingly by the whims of Xylix. The people here look like they could do with a good show, give them one they'll remember!"
/datum/migrant_wave/fablefield_down_two
name = "The Fablefield Troupe"
@@ -28,4 +28,4 @@
/datum/migrant_role/fablefield/goliard = 1,
/datum/migrant_role/fablefield/troubadour = 1,
)
- greet_text = "A troupe of troubadours from fair Fablefield, you travel to Azure Peak seeking inspiration, drawn at every step seemingly by the whims of Xylix. The people here look like they could do with a good show, give them one they'll remember!"
+ greet_text = "A troupe of troubadours from fair Fablefield, you travel to Caustic Cove seeking inspiration, drawn at every step seemingly by the whims of Xylix. The people here look like they could do with a good show, give them one they'll remember!"
diff --git a/code/game/area/roguetownareas.dm b/code/game/area/roguetownareas.dm
index e31790b64..3a6f4036c 100644
--- a/code/game/area/roguetownareas.dm
+++ b/code/game/area/roguetownareas.dm
@@ -414,7 +414,7 @@ GLOBAL_LIST_INIT(roguetown_areas_typecache, typecacheof(/area/rogue/indoors/town
droning_sound_dusk = null
droning_sound_night = null
converted_type = /area/rogue/outdoors/exposed/manorgarri
- first_time_text = "THE KEEP OF AZURE PEAK"
+ first_time_text = "THE KEEP OF CAUSTIC COVE"
/area/rogue/outdoors/exposed/manorgarri
icon_state = "manorgarri"
droning_sound = 'sound/music/area/manorgarri.ogg'
@@ -566,7 +566,7 @@ GLOBAL_LIST_INIT(roguetown_areas_typecache, typecacheof(/area/rogue/indoors/town
droning_sound_dusk = 'sound/music/area/septimus.ogg'
droning_sound_night = 'sound/music/area/sleeping.ogg'
converted_type = /area/rogue/indoors/shelter/town
- first_time_text = "THE TOWN OF AZURE PEAK"
+ first_time_text = "THE TOWN OF CAUSTIC COVE"
/area/rogue/indoors/shelter/town
icon_state = "town"
droning_sound = 'sound/music/area/townstreets.ogg'
diff --git a/code/game/gamemodes/objectives_rogue.dm b/code/game/gamemodes/objectives_rogue.dm
index 3ef710a8b..104cb33de 100644
--- a/code/game/gamemodes/objectives_rogue.dm
+++ b/code/game/gamemodes/objectives_rogue.dm
@@ -51,8 +51,8 @@
/datum/objective/vampire
name = "conquer"
- explanation_text = "Put an end to the werewolf menace in Azure Peak, or unite with them against the forces of the Nine."
- team_explanation_text = "The feud between werewolves and vampires reaches back to the dawn of time. Will the two factions destroy each other, or find a way to coexist and face the mortals of Azure Peak together?"
+ explanation_text = "Put an end to the werewolf menace in Caustic Cove, or unite with them against the forces of the Nine."
+ team_explanation_text = "The feud between werewolves and vampires reaches back to the dawn of time. Will the two factions destroy each other, or find a way to coexist and face the mortals of Caustic Cove together?"
triumph_count = 5
/datum/objective/vampire/check_completion()
diff --git a/code/game/objects/structures/fluff.dm b/code/game/objects/structures/fluff.dm
index 2a239ff93..ddf64a858 100644
--- a/code/game/objects/structures/fluff.dm
+++ b/code/game/objects/structures/fluff.dm
@@ -719,7 +719,7 @@
if(!user.is_literate())
. += "I have no idea what it says."
else
- . += "It says \"AZURE PEAK\""
+ . += "It says \"CAUSTIC COVE\""
/obj/structure/fluff/buysign
icon_state = "signwrote"
diff --git a/code/game/objects/structures/roguetown/telescope.dm b/code/game/objects/structures/roguetown/telescope.dm
index f2e669df1..bbb7013d3 100644
--- a/code/game/objects/structures/roguetown/telescope.dm
+++ b/code/game/objects/structures/roguetown/telescope.dm
@@ -35,5 +35,5 @@
return
var/mob/living/carbon/human/H = user
- var/random_message = pick("you spin the globe!", "You land on Azure Peak!", "You land on Zybantine!", "You land on port Ice cube!.", "You land on port Thornvale!", "You land on grenzelhoft!")
- to_chat(H, span_notice("[random_message]"))
\ No newline at end of file
+ var/random_message = pick("you spin the globe!", "You land on Caustic Cove!", "You land on Zybantine!", "You land on port Ice cube!.", "You land on port Thornvale!", "You land on grenzelhoft!")
+ to_chat(H, span_notice("[random_message]"))
diff --git a/code/game/objects/structures/walldeco.dm b/code/game/objects/structures/walldeco.dm
index 7079d1e2c..b86aa0ff8 100644
--- a/code/game/objects/structures/walldeco.dm
+++ b/code/game/objects/structures/walldeco.dm
@@ -179,7 +179,7 @@
..()
/obj/structure/fluff/walldeco/customflag
- name = "Azure Peak flag"
+ name = "Caustic Cove flag"
desc = ""
icon_state = "wallflag"
@@ -241,4 +241,4 @@
/obj/structure/fluff/walldeco/med6
name = "diagram"
- icon_state = "medposter6"
\ No newline at end of file
+ icon_state = "medposter6"
diff --git a/code/modules/client/roundendmanifest.dm b/code/modules/client/roundendmanifest.dm
index 80ad943f8..7c08a636d 100644
--- a/code/modules/client/roundendmanifest.dm
+++ b/code/modules/client/roundendmanifest.dm
@@ -4,7 +4,7 @@
for(var/X in GLOB.character_list)
dat += "[GLOB.character_list[X]]"
- var/datum/browser/popup = new(src, "actors", "