From a15295a01aa3b35a894d5a300b0529cb0de35516 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Sun, 13 Feb 2022 21:18:35 +0000 Subject: [PATCH] minor additions/corrections --- code/modules/busy_space/organizations.dm | 5 ++++- maps/cynosure/cynosure_defines.dm | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/code/modules/busy_space/organizations.dm b/code/modules/busy_space/organizations.dm index 534acc55ba..34da728dc5 100644 --- a/code/modules/busy_space/organizations.dm +++ b/code/modules/busy_space/organizations.dm @@ -169,7 +169,7 @@ var/list/star_names = list( "Sol", "Alpha Centauri", "Tau Ceti", "Zhu Que", "Oasis", "Vir", "Gavel", "Ganesha", "Saint Columbia", "Altair", "Sidhe", "New Ohio", "Parvati", "Mahi-Mahi", "Nyx", "New Seoul", "Abel's Rest", "Relan", "Natuna", "Terminus", - "Kess-Gendar", "Raphael", "Phact", "Altair", "El", "Eutopia", "Qerr'valis", "Qerrna-Lakirr", "Rarkajar", "Thoth", "Jahan's Post", "Kauq'xum", "Silk", "New Singapore", "Stove", "Viola", "Love", "Isavau's Gamble" ) + "Kess-Gendar", "Raphael", "Phact", "Altair", "El", "Eutopia", "Qerr'valis", "Qerrna-Lakirr", "Rarkajar", "Thoth", "Jahan's Post", "Kauq'xum", "Silk", "New Singapore", "Stove", "Viola", "Love") var/list/destination_types = list("dockyard", "station", "vessel", "waystation", "telecommunications satellite", "spaceport", "anomaly", "colony", "outpost") while(i) destination_names.Add("a [pick(destination_types)] in [pick(star_names)]") @@ -844,5 +844,8 @@ "Magni orbit", "a wreck in VirGov territory", "a military outpost" + "an incursion site within Vir", + "rendezvous to an incursion site in Oasis", + "rendezvous to an incursion site in Gavel" ) diff --git a/maps/cynosure/cynosure_defines.dm b/maps/cynosure/cynosure_defines.dm index f2c5fd596e..35aaf8808c 100644 --- a/maps/cynosure/cynosure_defines.dm +++ b/maps/cynosure/cynosure_defines.dm @@ -154,10 +154,10 @@ /datum/map/cynosure/get_map_info() . = list() . += "[full_name] is a a cutting-edge anomaly research facility on the frozen garden world of Sif, jewel of the Vir system.
" - . += "Following the Incursion, an invasion of reality-bending creatures from the remnants of a dead universe, the known galaxy has been thrown into disarray.
" + . += "Following the Skathari Incursion, an invasion of reality-bending creatures from the remnants of a dead universe, the known galaxy has been thrown into disarray.
" . += "The Solar Confederate Government struggles under its own weight, with new factions arising with promises of autonomy, security or profit like circling vultures.
" . += "Humanity already stands on the precipice of a technological singularity that few are ready to face, and the winds of change whip at their backs.
" - . += "On the edge of Sif's Anomalous Zone, NanoTrasen seeks to exploit new phenomena stirred by the Incursion... That's where you come in." + . += "On the edge of Sif's Anomalous Region, NanoTrasen seeks to exploit new phenomena stirred by the Incursion... That's where you come in." return jointext(., "
") // Skybox Settings