Adds four new suits to Autodrobe (changshan, cheongsam) (#48862)

* adds blue and red changshan

adds blue and red changshan
adds changshan to autodrobe

* added cheongsam

added red and blue cheongsam
cheongsam available in autodrobe

* adds changshan, cheongsam

two colors each (red and blue)
adds to autodrobe
This commit is contained in:
OnlineGirlfriend
2020-01-22 21:49:13 -05:00
committed by moo
parent d61239fa14
commit bb9c8018d4
4 changed files with 30 additions and 0 deletions
@@ -504,7 +504,33 @@
attack_verb = list("warned", "cautioned", "smashed")
armor = list("melee" = 5, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0)
/obj/item/clothing/suit/changshan_red
name = "red changshan"
desc = "A gorgeously embroidered silk shirt."
icon_state = "changshan_red"
item_state = "changshan_red"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
/obj/item/clothing/suit/changshan_blue
name = "blue changshan"
desc = "A gorgeously embroidered silk shirt."
icon_state = "changshan_blue"
item_state = "changshan_blue"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
/obj/item/clothing/suit/cheongsam_red
name = "red cheongsam"
desc = "A gorgeously embroidered silk dress."
icon_state = "cheongsam_red"
item_state = "cheongsam_red"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
/obj/item/clothing/suit/cheongsam_blue
name = "blue cheongsam"
desc = "A gorgeously embroidered silk dress."
icon_state = "cheongsam_blue"
item_state = "cheongsam_blue"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
// WINTER COATS
+4
View File
@@ -119,6 +119,10 @@
/obj/item/clothing/head/wig/random = 3,
/obj/item/clothing/head/shrine_wig = 1,
/obj/item/clothing/suit/shrine_maiden = 1,
/obj/item/clothing/suit/changshan_red = 1,
/obj/item/clothing/suit/changshan_blue = 1,
/obj/item/clothing/suit/cheongsam_red = 1,
/obj/item/clothing/suit/cheongsam_blue = 1,
/obj/item/gohei = 1)
contraband = list(/obj/item/clothing/suit/judgerobe = 1,
/obj/item/clothing/head/powdered_wig = 1,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 KiB

After

Width:  |  Height:  |  Size: 360 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 131 KiB