Skip to content

Commit

Permalink
patch lesser ranks
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed Sep 10, 2024
1 parent d5fd4e2 commit ddc6a52
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/modules/gear_presets/uscm_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -661,9 +661,6 @@
do_rename_platoon(new_human.client.prefs.platoon_name)
change_dropship_camo(new_human.client.prefs.dropship_camo)

/datum/equipment_preset/uscm_ship/so/lesser_rank
paygrade = "MO1"

/datum/equipment_preset/uscm_ship/so/upp
name = "UPP Platoon Commander (PltCo)"
languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH)
Expand Down Expand Up @@ -698,9 +695,6 @@
if(!late_join)
add_verb(new_human.client, /client/proc/commander_rename_platoon)

/datum/equipment_preset/uscm_ship/so/upp/lesser_rank
paygrade = "UO1"

//*****************************************************************************************************/

/datum/equipment_preset/uscm_ship/sea
Expand Down

0 comments on commit ddc6a52

Please sign in to comment.