mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 13:42:44 +00:00
Adds Qipaos
This commit is contained in:
@@ -57,6 +57,22 @@
|
|||||||
jumpclothes[initial(jumps.name)] = jumps
|
jumpclothes[initial(jumps.name)] = jumps
|
||||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(jumpclothes))
|
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(jumpclothes))
|
||||||
|
|
||||||
|
/datum/gear/uniform/qipao
|
||||||
|
display_name = "qipao"
|
||||||
|
path = /obj/item/clothing/under/qipao
|
||||||
|
|
||||||
|
/datum/gear/uniform/qipao/New()
|
||||||
|
..()
|
||||||
|
gear_tweaks += gear_tweak_free_color_choice
|
||||||
|
|
||||||
|
/datum/gear/uniform/qipao2
|
||||||
|
display_name = "qipao, slim"
|
||||||
|
path = /obj/item/clothing/under/qipao2
|
||||||
|
|
||||||
|
/datum/gear/uniform/qipao2/New()
|
||||||
|
..()
|
||||||
|
gear_tweaks += gear_tweak_free_color_choice
|
||||||
|
|
||||||
/datum/gear/uniform/skirt
|
/datum/gear/uniform/skirt
|
||||||
display_name = "skirt selection"
|
display_name = "skirt selection"
|
||||||
path = /obj/item/clothing/under/skirt
|
path = /obj/item/clothing/under/skirt
|
||||||
|
|||||||
@@ -813,6 +813,18 @@ Uniforms and such
|
|||||||
desc = "It is a dark blue cheongsam dress."
|
desc = "It is a dark blue cheongsam dress."
|
||||||
icon_state = "cheongsam-darkblue"
|
icon_state = "cheongsam-darkblue"
|
||||||
|
|
||||||
|
/obj/item/clothing/under/qipao
|
||||||
|
name = "qipao"
|
||||||
|
desc = "A traditional Chinese women's garment, typically made from silk."
|
||||||
|
icon_state = "qipao"
|
||||||
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||||
|
|
||||||
|
/obj/item/clothing/under/qipao2
|
||||||
|
name = "slim qipao"
|
||||||
|
desc = "A traditional Chinese women's garment, typically made from silk. This one is fairly slim."
|
||||||
|
icon_state = "qipao2"
|
||||||
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||||
|
|
||||||
/obj/item/clothing/under/blazer
|
/obj/item/clothing/under/blazer
|
||||||
name = "blue blazer"
|
name = "blue blazer"
|
||||||
desc = "A bold but yet conservative outfit, red corduroys, navy blazer and a tie."
|
desc = "A bold but yet conservative outfit, red corduroys, navy blazer and a tie."
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 343 KiB After Width: | Height: | Size: 345 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 99 KiB |
Reference in New Issue
Block a user