mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 09:34:52 +01:00
Adds jumpskirt to the jumpclothes list, renames selections for clothing.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
path = /obj/item/clothing/suit/storage/hazardvest
|
||||
|
||||
/datum/gear/suit/hoodie
|
||||
display_name = "hoodie"
|
||||
display_name = "hoodie selection"
|
||||
path = /obj/item/clothing/suit/storage/toggle/hoodie
|
||||
|
||||
/datum/gear/suit/hoodie/New()
|
||||
@@ -113,7 +113,7 @@
|
||||
cost = 1
|
||||
|
||||
/datum/gear/suit/poncho
|
||||
display_name = "poncho"
|
||||
display_name = "poncho selection"
|
||||
path = /obj/item/clothing/suit/poncho
|
||||
cost = 1
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
path = /obj/item/clothing/under/cuttop/red
|
||||
|
||||
/datum/gear/uniform/jumpsuit
|
||||
display_name = "generic jumpclothes"
|
||||
display_name = "jumpclothes selection"
|
||||
path = /obj/item/clothing/under/color/grey
|
||||
|
||||
/datum/gear/uniform/jumpsuit/New()
|
||||
@@ -152,7 +152,7 @@
|
||||
allowed_roles = list("Quartermaster","Cargo Technician")
|
||||
|
||||
/datum/gear/uniform/pants
|
||||
display_name = "pants"
|
||||
display_name = "pants selection"
|
||||
path = /obj/item/clothing/under/pants/white
|
||||
|
||||
/datum/gear/uniform/pants/New()
|
||||
@@ -164,7 +164,7 @@
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(pants))
|
||||
|
||||
/datum/gear/uniform/shorts
|
||||
display_name = "shorts"
|
||||
display_name = "shorts selection"
|
||||
path = /obj/item/clothing/under/shorts/jeans
|
||||
|
||||
/datum/gear/uniform/shorts/New()
|
||||
|
||||
Reference in New Issue
Block a user