Culturally Appropriate Lunar Clothes
This commit is contained in:
@@ -424,3 +424,38 @@
|
||||
path = /obj/item/clothing/under/stripper_green
|
||||
cost = 3
|
||||
|
||||
/datum/gear/qipao
|
||||
name = "Qipao, Black"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/lunar/qipao
|
||||
cost = 3
|
||||
|
||||
/datum/gear/qipao/white
|
||||
name = "Qipao, White"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/lunar/qipao/white
|
||||
cost = 3
|
||||
|
||||
/datum/gear/qipao/red
|
||||
name = "Qipao, Red"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/lunar/qipao/red
|
||||
cost = 3
|
||||
|
||||
/datum/gear/cheongsam
|
||||
name = "Cheongsam, Black"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/lunar/cheongsam
|
||||
cost = 3
|
||||
|
||||
/datum/gear/cheongsam/white
|
||||
name = "Cheongsam, White"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/lunar/cheongsam/white
|
||||
cost = 3
|
||||
|
||||
/datum/gear/cheongsam/red
|
||||
name = "Cheongsam, Red"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/lunar/cheongsam/red
|
||||
cost = 3
|
||||
Reference in New Issue
Block a user