mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
1.5.5 Fancy Green Uniforms
- Adds, one green suit and formal jacket. - One new military like jacket that can be selected from the loadout. - A new holster type, leg holster. Can be selected from the loadout as well. - Cleaned up a couple of the sprites for outfits that have ties (rolled up sleeve versions on a couple still had the tie sprite).
This commit is contained in:
@@ -45,6 +45,10 @@
|
||||
display_name = "holster, hip"
|
||||
path = /obj/item/clothing/accessory/holster/hip
|
||||
|
||||
/datum/gear/accessory/holster/leg
|
||||
display_name = "holster, leg"
|
||||
path = /obj/item/clothing/accessory/holster/leg
|
||||
|
||||
/datum/gear/accessory/holster/waist
|
||||
display_name = "holster, waist"
|
||||
path = /obj/item/clothing/accessory/holster/waist
|
||||
|
||||
@@ -54,6 +54,10 @@
|
||||
display_name = "military jacket, alt"
|
||||
path = /obj/item/clothing/suit/storage/miljacket/alt
|
||||
|
||||
/datum/gear/suit/mil/green
|
||||
display_name = "military jacket, green"
|
||||
path = /obj/item/clothing/suit/storage/miljacket/green
|
||||
|
||||
/datum/gear/suit/hazard_vest
|
||||
display_name = "hazard vest"
|
||||
path = /obj/item/clothing/suit/storage/hazardvest
|
||||
|
||||
Reference in New Issue
Block a user