Skyrat Cleanup: Total Veteran Annihilation (#2519)

## About The Pull Request
Removes all fragments of veteran code from the game.
## Why It's Good For The Game
It should help maintainers when doing upstream syncs as it removes some
non-modular code. Also we have no use for the veteran system.
## Proof Of Testing
It compiled and ran.
## Changelog
Nothing player facing.

Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
This commit is contained in:
Alexis
2024-11-28 09:07:02 +00:00
committed by GitHub
co-authored by Waterpig
parent 0a7308c3b1
commit 780ce44d33
30 changed files with 4 additions and 255 deletions
-3
View File
@@ -36,9 +36,6 @@ ADMIN_VERB_ONLY_CONTEXT_MENU(show_player_panel, R_ADMIN, "Show Player Panel", mo
if(SSplayer_ranks.is_mentor(player.client, admin_bypass = FALSE))
player_ranks += "Mentor"
if(SSplayer_ranks.is_veteran(player.client, admin_bypass = FALSE))
player_ranks += "Veteran"
//BUBBER ADDITION START
if(SSplayer_ranks.is_vetted(player.client, admin_bypass = FALSE))
player_ranks |= "Vetted"