Merge pull request #8214 from Poojawa/loadout-fixes

Loadout items are forced to backpacks, fixes Security Officer Navy uniform
This commit is contained in:
kevinz000
2019-04-07 14:49:04 -07:00
committed by GitHub
2 changed files with 8 additions and 3 deletions

View File

@@ -29,10 +29,10 @@
restricted_roles = list("Security Officer")
/datum/gear/navyblueuniformofficer
name = "security officer navyblue uniform"
name = "Security officer navyblue uniform"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/rank/security/navyblue
restricted_roles = list("Security officer")
restricted_roles = list("Security Officer")
/datum/gear/navybluejacketwarden
name = "warden navyblue jacket"