Skip to content

Commit

Permalink
Operations access fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 17, 2024
1 parent 8259cae commit 668fb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/gear_presets/upp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
assignment = "Operations Technician"
paygrades = list(PAY_SHORT_CIV = JOB_PLAYTIME_TIER_0)
skills = /datum/skills/civilian
access = list(ACCESS_UPP_GENERAL, ACCESS_CIVILIAN_COMMAND)
access = list(ACCESS_UPP_GENERAL, ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_COMMAND)
idtype = /obj/item/card/id

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

0 comments on commit 668fb14

Please sign in to comment.