Fixes sprites from the security officer/hos outfits, adds other viro sec stuff and remove duplicates (#5841)

## About The Pull Request
This PR is basically an hos outfit cleanup:

- It fixes the viro sec helmet and the hos sec helmet from not being
able to carry a flashlight, it also put the hos helmet to the same armor
level as all other head garbs
- It removes all of the duplicates from the hos outfit bag
- It fixes stray pixels from the viro hos uniform
- It fixes a missing icon from the softshell coat
- It removes one of the viro hos trenchcoat which I couldn't find the
worn icon anywhere (currently invisible ingame)
- Re-add the hos plate carrier that was forgotten in the code and the
security viro helmet in the sec vendor
- Migrates all of the hos custom garment from the TG code into the
Bubber module
## Why It's Good For The Game

The hos outfit bag had 9 duplicated items
Before: 
<img width="473" height="538" alt="image"
src="https://github.com/user-attachments/assets/8fffe8e1-8267-4300-b27e-c7adb3591821"
/>

After:
<img width="470" height="467" alt="Screenshot 2026-06-24 183746"
src="https://github.com/user-attachments/assets/b326f63d-b998-40fc-baae-ed046823fb86"
/>
 
The removed coat was identical to another one that is working, but had a
red pixel on one of the arm. I'll eventually try to find the missing
icon
Everything that was there is still there
The plate carrier is cool and awesome and is my prized jewel that I
didn't create myself

Bugs bad
## Proof Of Testing
The plate, the helmet with flashlight, the uniform with no more stray
pixel floating
<img width="83" height="74" alt="Screenshot 2026-06-24 185003"
src="https://github.com/user-attachments/assets/4048f68d-cf3e-47a8-bae1-17d2f7f0efe4"
/>



## Changelog
🆑
add: Re-added the hos plate carrier and sec helmets from viro (in
vendor)
fix: Fixed certain missing/broken icons from sec outfits
fix: Fixed the viro sec helmets
fix: Removed all the duplicates from the hos outfit bag

/🆑
This commit is contained in:
muchatras
2026-06-25 06:55:27 +02:00
committed by GitHub
parent 9d90ad01c3
commit 74a3fa6d03
9 changed files with 34 additions and 34 deletions
@@ -106,30 +106,6 @@
new /obj/item/clothing/head/hats/hos/cap(src)
new /obj/item/clothing/mask/gas/sechailer/swat(src)
new /obj/item/clothing/neck/cloak/hos(src)
//BUBBER ADDITION BEGIN
new /obj/item/clothing/neck/cloak/hos/redsec(src)
new /obj/item/clothing/under/rank/security/head_of_security/redsec(src)
new /obj/item/clothing/glasses/hud/security/sunglasses/eyepatch/redsec(src)
new /obj/item/clothing/shoes/jackboots/sec/redsec(src)
new /obj/item/clothing/head/hos_kepi(src)
//BUBBER ADDITION END
//Duplication from Commdrobe
new /obj/item/clothing/head/hats/warden/drill/hos(src)
new /obj/item/clothing/under/rank/security/head_of_security/alt/roselia(src)
new /obj/item/clothing/glasses/hud/security/sunglasses/gars/giga/roselia(src)
new /obj/item/clothing/under/rank/security/head_of_security/parade/redsec(src)
new /obj/item/clothing/under/rank/security/head_of_security/parade/female/redsec(src)
new /obj/item/clothing/head/hats/hos/elofy(src)
new /obj/item/clothing/suit/armor/hos/elofy(src)
new /obj/item/clothing/gloves/elofy(src)
new /obj/item/clothing/shoes/jackboots/elofy(src)
new /obj/item/clothing/head/playbunnyears/hos(src)
new /obj/item/clothing/under/rank/security/head_of_security/bunnysuit(src)
new /obj/item/clothing/suit/armor/hos_tailcoat(src)
new /obj/item/clothing/head/hats/hos/beret/navyhos(src)
new /obj/item/clothing/under/rank/security/head_of_security/peacekeeper(src)
new /obj/item/clothing/suit/jacket/hos/blue(src)
new /obj/item/clothing/neck/mantle/hosmantle(src)
/obj/item/storage/bag/garment/warden/PopulateContents()
new /obj/item/clothing/suit/armor/vest/warden(src)