MORE CLOTHES
This commit is contained in:
@@ -2702,6 +2702,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
save_preferences()
|
||||
if(href_list["select_category"])
|
||||
category = text2num(href_list["select_category"])
|
||||
subcategory = 1
|
||||
message_admins(category)
|
||||
if(href_list["select_subcategory"])
|
||||
subcategory = text2num(href_list["select_subcategory"])
|
||||
|
||||
@@ -469,3 +469,16 @@
|
||||
icon_state = "maid"
|
||||
item_state = "maid"
|
||||
dynamic_hair_suffix = ""
|
||||
|
||||
/obj/item/clothing/head/widered
|
||||
name = "Wide red hat"
|
||||
desc = "It is both wide, and red. Stylish!"
|
||||
icon_state = "widehat_red"
|
||||
item_state = "widehat_red"
|
||||
|
||||
/obj/item/clothing/head/kabuto
|
||||
name = "Kabuto helmet"
|
||||
desc = "A traditional kabuto helmet."
|
||||
icon_state = "kabuto"
|
||||
item_state = "kabuto"
|
||||
flags_inv = HIDEHAIR|HIDEEARS
|
||||
|
||||
@@ -1057,3 +1057,9 @@
|
||||
desc = "Reminds you of someone, but you just can't put your finger on it..."
|
||||
icon_state = "waldo_shirt"
|
||||
item_state = "waldo_shirt"
|
||||
|
||||
/obj/item/clothing/suit/samurai
|
||||
name = "Samurai outfit"
|
||||
desc = "An outfit used by traditional japanese warriors."
|
||||
icon_state = "samurai"
|
||||
item_state = "samurai"
|
||||
@@ -329,3 +329,29 @@
|
||||
desc = "cloud"
|
||||
icon_state = "cloud"
|
||||
can_adjust = FALSE
|
||||
|
||||
/obj/item/clothing/under/costume/kimono
|
||||
name = "Kimono"
|
||||
desc = "A traditional piece of clothing from japan"
|
||||
icon_state = "kimono"
|
||||
item_state = "kimono"
|
||||
|
||||
/obj/item/clothing/under/costume/kimono/black
|
||||
name = "Black Kimono"
|
||||
icon_state = "kimono_a"
|
||||
item_state = "kimono_a"
|
||||
|
||||
/obj/item/clothing/under/costume/kimono/kamishimo
|
||||
name = "Kamishimo"
|
||||
icon_state = "kamishimo"
|
||||
item_state = "kamishimo"
|
||||
|
||||
/obj/item/clothing/under/costume/kimono/fancy
|
||||
name = "Fancy Kimono"
|
||||
icon_state = "fancy_kimono"
|
||||
item_state = "fancy_kimono"
|
||||
|
||||
/obj/item/clothing/under/costume/kimono/sakura
|
||||
name = "Sakura Kimono'"
|
||||
icon_state = "sakura_kimono"
|
||||
item_state = "sakura_kimono"
|
||||
|
||||
@@ -308,3 +308,21 @@
|
||||
icon_state = "polyfemtankpantsu"
|
||||
poly_states = 2
|
||||
poly_colors = list("#808080", "#FF3535")
|
||||
|
||||
/obj/item/clothing/under/misc/black_dress
|
||||
name = "little black dress"
|
||||
desc = "A small black dress"
|
||||
icon_state = "littleblackdress_s"
|
||||
item_state = "littleblackdress_s"
|
||||
|
||||
/obj/item/clothing/under/misc/pinktutu
|
||||
name = "pink tutu"
|
||||
desc = "A pink tutu"
|
||||
icon_state = "pinktutu_s"
|
||||
item_state = "pinktutu_s"
|
||||
|
||||
/obj/item/clothing/under/misc/bathrobe
|
||||
name = "bathrobe"
|
||||
desc = "A blue bathrobe."
|
||||
icon_state = "bathrobe"
|
||||
item_state = "bathrobe"
|
||||
|
||||
Reference in New Issue
Block a user