From a0043a05ab269a94f67b0ace3760d38b0f207daf Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Mon, 4 Oct 2021 00:09:17 +0100 Subject: [PATCH 1/6] ATC and Lobby Fluff --- code/modules/busy_space/air_traffic.dm | 14 +- code/modules/busy_space/organizations.dm | 335 ++++++++++++++++-- .../lore_data/important_locations.dm | 2 +- maps/cynosure/cynosure_defines.dm | 9 + 4 files changed, 327 insertions(+), 33 deletions(-) diff --git a/code/modules/busy_space/air_traffic.dm b/code/modules/busy_space/air_traffic.dm index b3ac435cb1..fa83e58102 100644 --- a/code/modules/busy_space/air_traffic.dm +++ b/code/modules/busy_space/air_traffic.dm @@ -30,7 +30,7 @@ var/datum/lore/atc_controller/atc = new/datum/lore/atc_controller /datum/lore/atc_controller/proc/msg(var/message,var/sender) ASSERT(message) - global_announcer.autosay("[message]", sender ? sender : "[using_map.station_short] Space Control") + global_announcer.autosay("[message]", sender ? sender : "[using_map.station_short] Traffic Control") /datum/lore/atc_controller/proc/reroute_traffic(var/yes = 1) if(yes) @@ -62,8 +62,8 @@ var/datum/lore/atc_controller/atc = new/datum/lore/atc_controller var/destname = pick(dest.destination_names) //Pick a random holding from the destination var/combined_name = "[owner] [prefix] [shipname]" - var/alt_atc_names = list("[using_map.station_short] TraCon","[using_map.station_short] Control","[using_map.station_short] STC","[using_map.station_short] Airspace") - var/wrong_atc_names = list("Sol Command","New Reykjavik StarCon", "[using_map.dock_name]") + var/alt_atc_names = list("[using_map.station_short] TraCon","[using_map.station_short] Control","[using_map.station_short] ATC","[using_map.station_short] Airspace") + var/wrong_atc_names = list("Sol Command","New Reykjavik StarCon", "NLS Southern Cross TraCon", "[using_map.dock_name]") var/mission_noun = list("flight","mission","route") var/request_verb = list("requesting","calling for","asking for") @@ -72,15 +72,15 @@ var/datum/lore/atc_controller/atc = new/datum/lore/atc_controller "planetary flight rules" = list("authorizing planetary flight rules", "denying planetary flight rules right now due to traffic"), "special flight rules" = list("authorizing special flight rules", "denying special flight rules, not allowed for your traffic class"), "current solar weather info" = list("sending you the relevant information via tightbeam", "cannot fulfill your request at the moment"), + "current local weather info" = list("sending local weather info now", "local weather data unavailable, contact regional on 953.5"), "nearby traffic info" = list("sending you current traffic info", "no available info in your area"), "remote telemetry data" = list("sending telemetry now", "no uplink from your ship, recheck your uplink and ask again"), "refueling information" = list("sending refueling information now", "no fuel for your ship class in this sector"), "a current system time sync" = list("sending time sync ping to you now", "your ship isn't compatible with our time sync, set time manually"), "current system starcharts" = list("transmitting current starcharts", "your request is queued, overloaded right now"), "permission to engage FTL" = list("permission to engage FTL granted, good day", "permission denied, wait for current traffic to pass"), - "permission to transit system" = list("permission to transit granted, good day", "permission denied, wait for current traffic to pass"), - "permission to depart system" = list("permission to depart granted, good day", "permission denied, wait for current traffic to pass"), - "permission to enter system" = list("good day, permission to enter granted", "permission denied, wait for current traffic to pass"), + "permission to depart Sif atmosphere" = list("permission to depart granted, good day", "permission denied, wait for current traffic to pass"), + "permission to enter Sif atmosphere" = list("good day, permission to enter granted", "permission denied, wait for current traffic to pass"), ) //Random chance things for variety @@ -109,7 +109,7 @@ var/datum/lore/atc_controller/atc = new/datum/lore/atc_controller if("wrong_lang") //Can't implement this until autosay has language support if("emerg") - var/problem = pick("hull breaches on multiple decks","unknown life forms on board","a drive about to go critical","asteroids impacting the hull","a total loss of engine power","people trying to board the ship") + var/problem = pick("hull breaches on multiple decks","unknown life forms on board","a drive about to go critical","lost attitude control","asteroids impacting the hull","an engine on fire","a total loss of engine power","a malfunctioning bluespace drive","people trying to board the ship","instrument failure and zero visability") full_request = "This is [combined_name] declaring an emergency! We have [problem]!" full_response = "[combined_name], this is [using_map.station_short] TraCon, copy. Switch to emergency responder channel [rand(700,999)].[rand(1,9)]." full_closure = "[using_map.station_short] TraCon, okay, switching now." diff --git a/code/modules/busy_space/organizations.dm b/code/modules/busy_space/organizations.dm index 6882c93e00..057def617d 100644 --- a/code/modules/busy_space/organizations.dm +++ b/code/modules/busy_space/organizations.dm @@ -22,23 +22,141 @@ "Light", "Discovery", "Endeavour", + "Columbia", + "Atlantis", + "Enterprise", + "Challenger", + "Pathfinder", + "Buran", "Explorer", "Swift", "Dragonfly", "Ascendant", "Tenacious", "Pioneer", + "Aldrin", + "Armstrong", + "Tranquility", + "Nostrodamus", + "Soyuz", + "Cosmos", + "Sputnik", + "Belka", + "Strelka", + "Gargarin", + "Shepard", + "Tereshkova", + "Leonov", + "Vostok", + "Apollo", + "Mir", "Hawk", "Haste", "Radiant", "Luminous", + "Titan", + "Serenity", + "Andiamo", + "Aurora", + "Phoenix", + "Lucky", + "Raven", + "Valkyrie", + "Halcyon", + "Nakatomi", + "Cutlass", + "Unicorn", + "Sheepdog", + "Arcadia", + "Gigantic", + "Goliath", + "Pequod", + "Poseidon", + "Venture", + "Evergreen", + "Natal", + "Maru", + "Djinn", + "Witch", + "Wolf", + "Lone Star", + "Grey Fox", + "Dutchman", + "Sultana", + "Siren", + "Venus", + "Anastasia", + "Rasputin", + "Stride", + "Suzaku", + "Polaris", + "Hathor", + "Dream", + "Gaia", + "Ibis", + "Progress", + "Olympic", + "Venture", + "Brazil", + "Tiger", + "Hedgehog", + "Potemkin", + "Fountainhead", + "Sinbad", + "Esteban", + "Mumbai", + "Shanghai", + "Madagascar", + "Kampala", + "Bangkok", + "Emerald", + "Guo Hong", + "Shun Kai", + "Fu Xing", + "Zhenyang", + "Da Qing", + "Rascal", + "Flamingo", + "Jackal", + "Andromeda", + "Ferryman", + "Panchatantra", + "Nunda", + "Fortune", + "Thaler", + "New Dawn", + "Fionn MacCool", + "Red Bird", + "Star Rat", + "Cwn Annwn", + "Morning Swan", + "Black Cat", "Princess of Sol", + "Gateway to the Stars", + "Rings of Saturn", "King of the Mountain", + "Wish Upon A Star", + "Galaxy's Bounty", + "Man in the Moon", + "Memories of Truth", + "Arctic Warrior", + "Jack Be Nimble", + "Binman Hero", + "Ocean of the Skies", + "Fountain of Youth", + "Robe of Feathers", + "City of Dreams", + "Crystal Heaven", + "Elven Maiden", + "Remember Baghdad", "Words and Changes", + "Beneath the Stars", "Katerina's Silhouette", + "Lotus Lantern", "Castle of Water", "Jade Leviathan", "Sword of Destiny", + "King of the Unathi", "Ishtar's Grace" ) var/list/destination_names = list() //Names of static holdings that the organization's ships visit regularly. @@ -50,7 +168,7 @@ var/i = rand(6, 10) 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", + "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" ) var/list/destination_types = list("dockyard", "station", "vessel", "waystation", "telecommunications satellite", "spaceport", "anomaly", "colony", "outpost") while(i) @@ -112,14 +230,24 @@ "Hubble", "Alcubierre", "Robineau", - "Glass" + "Glass", + "Ghez", + "Genzel", + "Kip", + "Venter", + "Coomer", + "Goodenough", + "Yoshino", + "Whittingham", + "Schrodinger", + "Faraday" ) - // Note that the current station being used will be pruned from this list upon being instantiated + + destination_names = list( "NSS Exodus in Nyx", "NCS Northern Star in Vir", - //"NLS Southern Cross in Vir", - "NAS Vir Central Command", + "NLS Southern Cross in Vir", "a dockyard orbiting Sif", "an asteroid orbiting Kara", "an asteroid orbiting Rota", @@ -156,7 +284,6 @@ "Ares", "Athena", "Grant", - "Custer", "Puller", "Nike", "Bellona", @@ -184,15 +311,28 @@ "Ishtar", "Qamaits", "'Oro", + "Sun Tzu", + "Barca", + "Napoleon", + "Clausewitz", + "Cao Cao", + "Lu Bu", + "Ghenghis Khan", + "Bolivar", + "Shivaji", + "Yamamoto", + "Bismarck" ) destination_names = list( "a SolGov dockyard on Luna", - "a Fleet outpost in the Almach Rim", + "a SolGov dockyard in Saint Columbia", + "an anti-piracy outpost in The Bowl", + "a Fleet outpost on the Almach border", "a Fleet outpost on the Moghes border" ) /datum/lore/organization/tsc/vey_med - name = "Vey-Medical" //The Wiki displays them as Vey-Medical. + name = "Vey-Medical" short_name = "Vey-Med" acronym = "VM" desc = "Vey-Med is one of the newer TSCs on the block and is notable for being largely owned and opperated by Skrell. \ @@ -221,6 +361,9 @@ "Fire Blown Out By Wind", "Star That Fades From View", "Eyes Which Turn Inwards", + "Still Water Upon An Endless Shore", + "Sunlight Glitters Upon Tranquil Sands", + "Growth Within The Darkest Abyss", "Joy Without Which The World Would Come Undone", "A Thousand Thousand Planets Dangling From Branches", "Light Streaming Through Interminable Branches", @@ -290,9 +433,19 @@ "Drift", "Stream", "Rift", - "Curtain" + "Curtain", + "Apogee", + "Blazar", + "Corona", + "Dwarf", + "Flare", + "Ion", + "Milky Way", + "Trojan" ) - destination_names = list() + destination_names = list( + "A manufacturing facility in the Almach Protectorate" + ) /datum/lore/organization/tsc/bishop name = "Bishop Cybernetics" @@ -311,8 +464,8 @@ ship_prefixes = list("ITV" = "transportation", "ISV" = "research exchange") //Bishop can't afford / doesn't care enough to afford its own prefixes destination_names = list( - "A medical facility in Angessa's Pearl" - ) + "a medical facility in Angessa's Pearl" + ) /datum/lore/organization/tsc/morpheus name = "Morpheus Cyberkinetics" @@ -399,7 +552,7 @@ "Is This Thing On?", "Make My Day", "No Vox Here", - "Savings and Values", + "More Savings and Values", "Secret Name", "Can't Find My Keys", "Look Over There!", @@ -432,7 +585,7 @@ "NTV HTV WTV ITV ZTV" ) destination_names = list( - "a trade outpost in Shelf" + "a trade outpost in Terminus" ) /datum/lore/organization/tsc/xion @@ -477,6 +630,71 @@ ship_prefixes = list("IEV" = "prospecting", "IEC" = "prospecting", "IFV" = "bulk freight", "ITV" = "passenger transport", "ITC" = "just-in-time delivery") destination_names = list() +/datum/lore/organization/local_traffic + name = "independent traffic" + short_name = "local traffic" + desc = "Private civilian crafts make up a small portion of Vir's space traffic. While most people use corporate shuttles to get around, luxury transports and local haulers still play an important role in daily life." + history = "" + work = "trade and transit" + headquarters = "N/A" + motto = "N/A" + autogenerate_destination_names = FALSE + + ship_prefixes = list("ITC" = "local shuttle service", "ITC" = "luxury transit", "ITC" = "pleasure cruise", "ITC" = "private transport", "IFC" = "courier", "IFC" = "local delivery", "IIC" = "maintenance", "IMC" = "medical response") + ship_names = list( + "Ambition", + "Blue Moon", + "Calypso", + "Draco", + "Eclipse", + "Fantasy", + "Golden Sun", + "Happy Hour", + "Ice Queen", + "Jolly Roger", + "Kinky Boots", + "License to Chill", + "Mojito", + "No Regrets", + "Orion", + "Plus One", + "Quality Time", + "Rockhopper", + "Sivian Sunrise", + "Turbo Extreme", + "Up To No Good", + "Vertigo", + "Wanderlust", + "Xenophile", + "Yesteryear", + "Zen", + "Sky Siffet", + "Savik" + ) + + destination_names = list( + "New Reykjavik", + "Kalmar", + "Ekmanshalvo", + "a settlement on Sif", + "a corporate facility on Sif", + "the Ullran Expanse", + "Kaltsandur", + "Amundsen", + "Londuneyja", + "the Thorvaldsson Plains", + "the NCS Northern Star", + "a location in the Sivian wilderness", + "Sif orbit", + "the rings of Kara", + "the rings of Rota", + "Firnir orbit", + "Tyr orbit", + "Magni orbit", + "a vessel in Vir territory", + "a mining outpost" + ) + // Governments /datum/lore/organization/gov/virgov @@ -496,9 +714,40 @@ motto = "" autogenerate_destination_names = FALSE - ship_prefixes = list("VGA" = "hauling", "VGA" = "energy relay") + ship_prefixes = list("VGA" = "hauling", "VGA" = "energy relay", "VGA" = "private transport") + ship_names = list( + "Alfred Nobel", + "Anders Celcius", + "Leif Erikson", + "Carl Linnaeus", + "Norge", + "Sverige", + "Danmark", + "Island", + "Suomi", + "Helsinki", + "Oslo", + "Stockholm", + "Larsson", + "Grieg", + "Agnetha", + "Anni-Frid", + "Bjorn", + "Benny", + "Bluetooth", + "Gustav", + "Lamarr", + "Vasa", + "Kronan", + "Gullfoss", + "Thingvellir" + ) + destination_names = list( "New Reykjavik on Sif", + "Kalmar on Sif", + "Ekmanshalvo on Sif", + "a settlement on Sif", "Radiance Energy Chain", "a dockyard orbiting Sif", "a telecommunications satellite", @@ -527,7 +776,7 @@ motto = "Nil Mortalibus Ardui Est" // Latin, because latin. Says 'Nothing is too steep for mortals'. autogenerate_destination_names = TRUE - ship_prefixes = list("SCG-T" = "transportation", "SCG-D" = "diplomatic", "SCG-F" = "freight") + ship_prefixes = list("SCG-T" = "transportation", "SCG-D" = "diplomatic", "SCG-F" = "freight", "SCG-M" = "medical response") destination_names = list( "Venus", "Earth", @@ -536,24 +785,60 @@ "Titan" )// autogen will add a lot of other places as well. -/* + // To be expanded upon later, once the military lore gets sorted out. // Military -/datum/lore/organization/mil/sif_guard - name = "Sif Defense Force" // Todo: Get better name from lorepeople. +/datum/lore/organization/mil/sifguard + name = "Sif Defense Force" short_name = "SifGuard" - desc = "" + desc = "The Sif Defense Force, sometimes colloquially referred to as the SifGuard are the local government military and law enforcement organization of the Vir Governmental Authority.\ + Their primary role is the security of the Vir system and its planets, including anti-piracy patrols, Sif wilderness patrols, and local law enforcement where private security is not provided. \ + The organization has been almost wholly run by the Hedberg-Hammarstrom corporation since 2565." history = "" - work = "Sif Governmental Authority's military" + work = "Vir Governmental Authority's military" headquarters = "New Reykjavik, Sif" motto = "" autogenerate_destination_names = FALSE // Kinda weird if SifGuard goes to Nyx. - ship_prefixes = list("SGSC" = "military", "SGSC" = "patrol", "SGSC" = "rescue", "SGSC" = "emergency response") // Todo: Replace prefix with better one. + ship_names = list( + "Halfdane", + "Hardrada", + "Ironside", + "Erik the Red", + "Freydis", + "Ragnar", + "Ivar the Boneless", + "Bloodaxe", + "Sigurd Snake-in-Eye", + "Son of Ragnar", + "Thor", + "Odin", + "Freya", + "Valhalla", + "Loki", + "Hel", + "Fenrir", + "Mjolnir", + "Gungnir", + "Gram", + "Bergen", + "Berserker", + "Skold", + "Draken", + "Gladan", + "Falken" + ) + + ship_prefixes = list("VGA-PV" = "military", "VGA-PV" = "patrol", "VGA-PC" = "rescue", "VGA-PC" = "emergency response") destination_names = list( - "a classified location in SolGov territory", + "New Reykjavik on Sif", + "Kalmar on Sif", + "Ekmanshalvo on Sif", + "a settlement on Sif", + "a location in the Sivian wilderness", + "a classified location in Vir", "Sif orbit", "the rings of Kara", "the rings of Rota", @@ -561,6 +846,6 @@ "Tyr orbit", "Magni orbit", "a wreck in VirGov territory", - "a military outpost", + "a military outpost" ) -*/ + diff --git a/code/modules/lore_codex/lore_data/important_locations.dm b/code/modules/lore_codex/lore_data/important_locations.dm index 622dea5f46..a607d3e964 100644 --- a/code/modules/lore_codex/lore_data/important_locations.dm +++ b/code/modules/lore_codex/lore_data/important_locations.dm @@ -92,7 +92,7 @@ /datum/lore/codex/page/southern_cross/add_content() name = "Southern Cross (Artificial Satellite)" keywords += list("Southern Cross", "NLS Southern Cross") - data = "The Southern Cross is a telecommunications and supply hub for [quick_link("NanoTrasen")], named after it's companion satellite, the \ + data = "The Southern Cross is a mostly automated telecommunications and supply hub for [quick_link("NanoTrasen")], named after it's companion satellite, the \ [quick_link("Northern Star")]. It acts as a logistics hub for the smaller installations NanoTrasen has in Sif orbit and on the surface." /datum/lore/codex/page/magni/add_content() diff --git a/maps/cynosure/cynosure_defines.dm b/maps/cynosure/cynosure_defines.dm index ec232bbc03..f2c5fd596e 100644 --- a/maps/cynosure/cynosure_defines.dm +++ b/maps/cynosure/cynosure_defines.dm @@ -151,6 +151,15 @@ // Todo: Forest generation. return 1 +/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.
" + . += "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." + return jointext(., "
") + // Skybox Settings /datum/skybox_settings/cynosure icon_state = "dyable" From 8de7b948bae2e90d34207310d58b919ec19445e8 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Mon, 4 Oct 2021 00:20:43 +0100 Subject: [PATCH 2/6] removed redundant comment --- code/modules/busy_space/organizations.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/busy_space/organizations.dm b/code/modules/busy_space/organizations.dm index 057def617d..534acc55ba 100644 --- a/code/modules/busy_space/organizations.dm +++ b/code/modules/busy_space/organizations.dm @@ -785,9 +785,6 @@ "Titan" )// autogen will add a lot of other places as well. - -// To be expanded upon later, once the military lore gets sorted out. - // Military /datum/lore/organization/mil/sifguard From a15295a01aa3b35a894d5a300b0529cb0de35516 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Sun, 13 Feb 2022 21:18:35 +0000 Subject: [PATCH 3/6] 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 From b2e00173b558e2bf56882c9fa42d2b5fcff3d465 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Sun, 13 Feb 2022 21:18:35 +0000 Subject: [PATCH 4/6] minor additions/corrections --- code/modules/busy_space/air_traffic.dm | 2 +- code/modules/busy_space/organizations.dm | 5 ++++- maps/cynosure/cynosure_defines.dm | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/code/modules/busy_space/air_traffic.dm b/code/modules/busy_space/air_traffic.dm index fa83e58102..bc881a0500 100644 --- a/code/modules/busy_space/air_traffic.dm +++ b/code/modules/busy_space/air_traffic.dm @@ -109,7 +109,7 @@ var/datum/lore/atc_controller/atc = new/datum/lore/atc_controller if("wrong_lang") //Can't implement this until autosay has language support if("emerg") - var/problem = pick("hull breaches on multiple decks","unknown life forms on board","a drive about to go critical","lost attitude control","asteroids impacting the hull","an engine on fire","a total loss of engine power","a malfunctioning bluespace drive","people trying to board the ship","instrument failure and zero visability") + var/problem = pick("hull breaches on multiple decks","unknown life forms on board","a drive about to go critical","lost attitude control","asteroids impacting the hull","an engine on fire","a total loss of engine power","a malfunctioning bluespace drive","people trying to board the ship","instrument failure and zero visibility") full_request = "This is [combined_name] declaring an emergency! We have [problem]!" full_response = "[combined_name], this is [using_map.station_short] TraCon, copy. Switch to emergency responder channel [rand(700,999)].[rand(1,9)]." full_closure = "[using_map.station_short] TraCon, okay, switching now." 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 From 85ae9a336b7615330f7ce495b1384d2d8aa331dc Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Sun, 13 Feb 2022 22:02:19 +0000 Subject: [PATCH 5/6] timeskip date --- code/_helpers/time.dm | 2 +- code/global.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/_helpers/time.dm b/code/_helpers/time.dm index a52b458f92..0dc857baea 100644 --- a/code/_helpers/time.dm +++ b/code/_helpers/time.dm @@ -58,7 +58,7 @@ var/next_station_date_change = 1 DAY if(!station_date || update_time) var/extra_days = round(station_time_in_ds / (1 DAY)) DAYS var/timeofday = world.timeofday + extra_days - station_date = num2text((text2num(time2text(timeofday, "YYYY"))+544)) + "-" + time2text(timeofday, "MM-DD") + station_date = num2text((text2num(time2text(timeofday, "YYYY"))+552)) + "-" + time2text(timeofday, "MM-DD") return station_date //ISO 8601 diff --git a/code/global.dm b/code/global.dm index 0a92ad1050..d4c31b4bb3 100644 --- a/code/global.dm +++ b/code/global.dm @@ -37,7 +37,7 @@ var/href_logfile = null // var/const/starsys_name = "Vir" var/const/game_version = "Polaris" var/changelog_hash = "" -var/game_year = (text2num(time2text(world.realtime, "YYYY")) + 544) +var/game_year = (text2num(time2text(world.realtime, "YYYY")) + 552) var/round_progressing = 1 var/master_mode = "extended" // "extended" From d4e7e4a6c2f2356c94e5a9414ba2e24da7573e10 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Mon, 14 Feb 2022 00:01:29 +0000 Subject: [PATCH 6/6] comma --- code/modules/busy_space/organizations.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/busy_space/organizations.dm b/code/modules/busy_space/organizations.dm index 34da728dc5..8299b98000 100644 --- a/code/modules/busy_space/organizations.dm +++ b/code/modules/busy_space/organizations.dm @@ -328,7 +328,8 @@ "a SolGov dockyard in Saint Columbia", "an anti-piracy outpost in The Bowl", "a Fleet outpost on the Almach border", - "a Fleet outpost on the Moghes border" + "a Fleet outpost on the Moghes border", + "a Five Arrows outpost in the Sagittarius Heights", ) /datum/lore/organization/tsc/vey_med @@ -843,7 +844,7 @@ "Tyr orbit", "Magni orbit", "a wreck in VirGov territory", - "a military outpost" + "a military outpost", "an incursion site within Vir", "rendezvous to an incursion site in Oasis", "rendezvous to an incursion site in Gavel"