Skip to content

Commit

Permalink
add: Swat Gloves to Blueshield and HOS (#6175)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobryninss authored Nov 17, 2024
1 parent 58b252c commit 0d08a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/jobs/job/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

uniform = /obj/item/clothing/under/rank/head_of_security
suit = /obj/item/clothing/suit/armor/hos
gloves = /obj/item/clothing/gloves/color/black/hos
gloves = /obj/item/clothing/gloves/combat/swat
shoes = /obj/item/clothing/shoes/jackboots
head = /obj/item/clothing/head/HoS
l_ear = /obj/item/radio/headset/heads/hos/alt
Expand Down
2 changes: 1 addition & 1 deletion code/game/jobs/job/supervisor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ GLOBAL_DATUM_INIT(captain_announcement, /datum/announcement/minor, new(do_newsca
jobtype = /datum/job/blueshield
uniform = /obj/item/clothing/under/rank/blueshield
suit = /obj/item/clothing/suit/armor/vest/blueshield
gloves = /obj/item/clothing/gloves/combat
gloves = /obj/item/clothing/gloves/combat/swat
shoes = /obj/item/clothing/shoes/jackboots
l_ear = /obj/item/radio/headset/heads/blueshield/alt
glasses = /obj/item/clothing/glasses/hud/health/sunglasses
Expand Down

0 comments on commit 0d08a73

Please sign in to comment.