Skip to content

Commit

Permalink
QM Msgt
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jul 30, 2024
1 parent 8bac979 commit 6a6dce9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/gear_presets/uscm_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,7 @@
)
assignment = JOB_CHIEF_REQUISITION
rank = JOB_CHIEF_REQUISITION
paygrades = list(PAY_SHORT_ME6 = JOB_PLAYTIME_TIER_0, PAY_SHORT_ME7 = JOB_PLAYTIME_TIER_1)
//unsure of this for now
//paygrade_high = PAY_SHORT_ME8
paygrades = list(PAY_SHORT_ME6 = JOB_PLAYTIME_TIER_0, PAY_SHORT_ME7 = JOB_PLAYTIME_TIER_1, PAY_SHORT_ME8 = JOB_PLAYTIME_TIER_3)
role_comm_title = "QM"
minimum_age = 27
skills = /datum/skills/RO
Expand Down

0 comments on commit 6a6dce9

Please sign in to comment.