Files
Arturlang 3bde496dc3 Renames all mentions of Solfed to TerraGov (#2334)
<!-- 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. -->

## About The Pull Request
Renames SolFed/SolGov/Solar Goverment/Solar Federation to
TerraGov/Terran Goverment
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

<!-- Please make sure to actually test your PRs. If you have not tested
your PR mention it. -->

## Why It's Good For The Game
Requested by the loremins
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Proof Of Testing
It compiles, nothing seems broken ingame (please TM this)
<!-- Compile and run your code locally. Make sure it works. This is the
place to show off your changes! We are not responsible for testing your
features. -->

</details>

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and its effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
add: Renames all mentions of the Solar Goverment/Federation to the
Terran Goverment
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->

<!-- By opening a pull request. You have read and understood the
repository rules located on the main README.md on this project. -->

---------

Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
2024-11-20 04:10:08 +00:00

32 lines
1.3 KiB
Plaintext

//SR Security
#define SECHUD_CORRECTIONS_OFFICER "hudcorrectionsofficer"
#define SECHUD_SECURITY_MEDIC "hudsecuritymedic" // zubbers revert from skrat
//SR Departmental Guards
#define SECHUD_ENGINEERING_GUARD "hudengineeringguard"
#define SECHUD_ORDERLY "hudorderly"
#define SECHUD_CUSTOMS_AGENT "hudcustomsagent"
#define SECHUD_BOUNCER "hudbouncer"
#define SECHUD_SCIENCE_GUARD "hudscienceguard"
//SR Nanotrasen
#define SECHUD_BLUESHIELD "hudblueshield"
#define SECHUD_NT_CONSULTANT "hudnanotrasenconsultant"
//SR DS2
#define SECHUD_DS2_DOCTOR "hud_ds2doctor"
#define SECHUD_DS2_RESEARCHER "hud_ds2researcher"
#define SECHUD_DS2_ENGINETECH "hud_ds2enginetech"
#define SECHUD_DS2_CORPLIAISON "hud_ds2corpliaison"
#define SECHUD_DS2_ADMIRAL "hud_ds2captain"
#define SECHUD_DS2_MASTERATARMS "hud_ds2maa"
#define SECHUD_DS2_BRIGOFFICER "hud_ds2brigofficer"
#define SECHUD_DS2_MININGOFFICER "hud_ds2miningofficer"
#define SECHUD_DS2_GENSTAFF "hud_ds2generalstaff"
#define SECHUD_DS2_PRISONER "hud_ds2prisoner"
//SR TerraGov
#define SECHUD_SPACE_POLICE "hudspacepolice"
#define SECHUD_TERRAGOV "hudterragov"
#define SECHUD_TERRAGOV_LIASON "hudterragovliasion"
//SR Misc
#define SECHUD_BARBER "hudbarber"
#define SECHUD_SCRAMBLED "hudscrambled"
#define SECHUD_TELECOMMS_SPECIALIST "hudtelecommsspecialist"