Skip to content

Commit

Permalink
Changes the Solarian ship prefix from "SGSV" to "SCSV" (shiptest-ss13…
Browse files Browse the repository at this point in the history
…#2831)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->
Title. Just a find and replace from "SGSV" to "SCSV"
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
"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.
<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->
:cl:
tweak: The Solarian ship prefix is now "SCSV," not "SGSV"
/🆑

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
JimKil3 authored and MysticalFaceLesS committed Mar 23, 2024
1 parent 4747747 commit 4bfa3a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _maps/configs/solgov_chronicle.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/solgov_inkwell.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/solgov_paracelsus.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions code/__HELPERS/names.dm
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ GLOBAL_LIST_INIT(ship_faction_to_prefixes, list(
"SUNS",
),
"SolGov" = list(
"SCSV",
"SGSV",
"BSFSV",
),
Expand Down

0 comments on commit 4bfa3a5

Please sign in to comment.