mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 08:57:01 +01:00
Merge pull request #318 from Kabramen/poly-skirt-and-suit
New Poly uniforms for the loadout
This commit is contained in:
@@ -200,17 +200,41 @@
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/keyholesweater
|
||||
|
||||
/datum/gear/polyskirt
|
||||
name = "Polychromic Skirt"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/skirt
|
||||
cost = 2
|
||||
|
||||
/datum/gear/polysuit
|
||||
name = "Polychromic Button-up Shirt"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/shirt
|
||||
cost = 2
|
||||
|
||||
/datum/gear/polyjump
|
||||
name = "Polychromic Tri-tone Jumpsuit"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/jumpsuit
|
||||
cost = 2
|
||||
|
||||
/datum/gear/polypleat
|
||||
name = "Polychromic Pleated Skirt"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/pleat
|
||||
cost = 2
|
||||
|
||||
/datum/gear/polykilt
|
||||
name = "Polychromic Kilt"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/kilt
|
||||
cost = 3
|
||||
cost = 2
|
||||
|
||||
/datum/gear/polyshorts
|
||||
name = "Polychromic Shorts"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/shorts
|
||||
cost = 3
|
||||
cost = 2
|
||||
|
||||
/datum/gear/polyshortpants
|
||||
name = "Polychromic Athletic Shorts"
|
||||
|
||||
Reference in New Issue
Block a user