Skip to content

Commit

Permalink
Paygrade duplicate fixed again
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 19, 2024
1 parent 7a2fe2c commit 0d50941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/paygrades/factions/upp/upp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
//UPP Colonists

/datum/paygrade/upp/constable
paygrade = "UK1"
paygrade = "UC1"
name = "Constable"
prefix = "Const."
pay_multiplier = 0.3
2 changes: 1 addition & 1 deletion code/modules/gear_presets/upp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
assignment = "People's Police Constable"
rank = JOB_UPP_POLICE
role_comm_title = "CONST"
paygrade = "UK1"
paygrade = "UC1"
idtype = /obj/item/card/id/data

/datum/equipment_preset/upp/security/load_gear(mob/living/carbon/human/new_human)
Expand Down

0 comments on commit 0d50941

Please sign in to comment.