Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Aug 25, 2024
1 parent af878bd commit 665ea92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions code/datums/paygrades/factions/uscm/uaac.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/datum/paygrade/uaac/agent

Check failure on line 1 in code/datums/paygrades/factions/uscm/uaac.dm

View workflow job for this annotation

GitHub Actions / Run Linters

DME Validator

File is not included
paygrade = "Agent"
name = "Agent"
prefix = "Agent"
ranking = 1
pay_multiplier = 3
2 changes: 1 addition & 1 deletion code/modules/gear_presets/uscm_event.dm
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
name = "UAAC-SOG Agent"
assignment = JOB_UAACSOG_AGENT
rank = JOB_UAACSOG_AGENT
paygrade = "C"
paygrade = "Agent"
role_comm_title = "SOG"

/datum/equipment_preset/uscm_event/uaacsog/agent/load_gear(mob/living/carbon/human/new_human)
Expand Down

0 comments on commit 665ea92

Please sign in to comment.