mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Add red high visibility clothing set (#20436)
### Summary This PR adds a red version of the high visibility clothing set. ### Changes - Added red high vis textures - Add item for jacket and pants - Add items to loadout ### Preview       
This commit is contained in:
@@ -23,6 +23,7 @@ ABSTRACT_TYPE(/datum/gear/pants)
|
||||
pants["khaki pants"] = /obj/item/clothing/pants/khaki
|
||||
pants["high visibility pants"] = /obj/item/clothing/pants/highvis
|
||||
pants["high visibility pants, alt"] = /obj/item/clothing/pants/highvis_alt
|
||||
pants["high visibility pants, red"] = /obj/item/clothing/pants/highvis_red
|
||||
pants["track pants"] = /obj/item/clothing/pants/track
|
||||
pants["blue track pants"] = /obj/item/clothing/pants/track/blue
|
||||
pants["green track pants"] = /obj/item/clothing/pants/track/green
|
||||
|
||||
Reference in New Issue
Block a user