Adds blue Kimono for SFox63
This commit is contained in:
TrilbySpaseClone
2019-06-11 18:00:08 -04:00
parent a8f40084be
commit 7f3e2dd28b
4 changed files with 17 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

@@ -391,4 +391,10 @@ datum/gear/darksabresheath
name = "Fritz Plushie"
category = SLOT_IN_BACKPACK
path = /obj/item/toy/plush/mammal/dog/fritz
ckeywhitelist = list("analwerewolf")
ckeywhitelist = list("analwerewolf")
/datum/gear/kimono
name = "Kimono"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/kimono
ckeywhitelist = list("sfox63")
@@ -484,4 +484,14 @@
icon_state = "redgoldjacket"
item_state = "redgoldjacket"
body_parts_covered = CHEST|GROIN|LEGS|ARMS
mutantrace_variation = NO_MUTANTRACE_VARIATION
/obj/item/clothing/suit/kimono
name = "Blue Kimono"
desc = "A traditional kimono, this one is blue with purple flowers."
icon_state = "kimono"
item_state = "kimono"
icon = 'icons/obj/custom.dmi'
alternate_worn_icon = 'icons/mob/custom_w.dmi'
slot_flags = SLOT_WEAR_SUIT
mutantrace_variation = NO_MUTANTRACE_VARIATION