Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
spartanbobby committed Aug 8, 2023
1 parent d800df2 commit 8cb8517
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions code/datums/paygrades/factions/twe/twe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
//RMC Emlisted
/datum/paygrade/twe/e1
paygrade = "RMC E1"
name = "Marine"
prefix = "Mne"
name = "Heitai-Marine"
prefix = "Hti-Mne."

/datum/paygrade/twe/e2
paygrade = "RMC E2"
name = "Lance Corporal"
prefix = "LCpl"
name = "Santo-Lance Corporal"
prefix = "St-LCpl."
pay_multiplier = 2.1

/datum/paygrade/twe/e3
paygrade = "RMC E3"
name = "Corporal"
prefix = "Cpl"
name = "Nito-Corporal"
prefix = "Nt-Cpl."
pay_multiplier = 2.2

/datum/paygrade/twe/e4
paygrade = "RMC E4"
name = "Sergeant"
prefix = "Sgt"
name = "Itto-Sergeant"
prefix = "Sgt."
pay_multiplier = 2.3

//RMC Officer
Expand Down

0 comments on commit 8cb8517

Please sign in to comment.