From 90e9197f7e848102c5f827b85dc30182b9a9cc5a Mon Sep 17 00:00:00 2001 From: JimKil3 <47290811+JimKil3@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:27:43 -0500 Subject: [PATCH] Changes the Solarian ship prefix from "SGSV" to "SCSV" (#2831) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About The Pull Request Title. Just a find and replace from "SGSV" to "SCSV" ## Why It's Good For The Game "SolGov" isn't an official name for the Most Serene Solar and Intersolar Confederation, so "SolGov Space Vessel" doesn't really make sense. "Solar Confederation Space Vessel" does make sense, though. ## Changelog :cl: tweak: The Solarian ship prefix is now "SCSV," not "SGSV" /🆑 --- _maps/configs/solgov_chronicle.json | 2 +- _maps/configs/solgov_inkwell.json | 2 +- _maps/configs/solgov_paracelsus.json | 2 +- code/__HELPERS/names.dm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_maps/configs/solgov_chronicle.json b/_maps/configs/solgov_chronicle.json index 0ef5e80057567..9fe11023e376e 100644 --- a/_maps/configs/solgov_chronicle.json +++ b/_maps/configs/solgov_chronicle.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", "map_name": "Chronicle-class Sensor Frigate", - "prefix": "SGSV", + "prefix": "SCSV", "namelists": [ "SOLGOV", "SPACE", diff --git a/_maps/configs/solgov_inkwell.json b/_maps/configs/solgov_inkwell.json index d34cb392f65eb..b7ae54a1b6b92 100644 --- a/_maps/configs/solgov_inkwell.json +++ b/_maps/configs/solgov_inkwell.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", "map_name": "Inkwell-class Supply Freighter", - "prefix": "SGSV", + "prefix": "SCSV", "namelists": [ "SOLGOV", "SPACE", diff --git a/_maps/configs/solgov_paracelsus.json b/_maps/configs/solgov_paracelsus.json index cd3b056e282ea..a5eefc5296df9 100644 --- a/_maps/configs/solgov_paracelsus.json +++ b/_maps/configs/solgov_paracelsus.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", "map_name": "Paracelsus-class Medical Corvette", - "prefix": "SGSV", + "prefix": "SCSV", "namelists": [ "SOLGOV", "SPACE", diff --git a/code/__HELPERS/names.dm b/code/__HELPERS/names.dm index 38814da81bc34..e34b48a357e25 100644 --- a/code/__HELPERS/names.dm +++ b/code/__HELPERS/names.dm @@ -252,7 +252,7 @@ GLOBAL_LIST_INIT(ship_faction_to_prefixes, list( "SUNS", ), "SolGov" = list( - "SGSV", + "SCSV", ), "Saint-Roumain Militia" = list( "SRSV",