Costume for meee

This commit is contained in:
Thalpy
2019-10-15 10:27:31 +01:00
parent e7c5e74d3a
commit 1b170fe2b7
6 changed files with 19 additions and 1 deletions

View File

@@ -324,6 +324,22 @@
item_state = "officertanjacket"
body_parts_covered = CHEST|ARMS
/obj/item/clothing/suit/ran
name = "Kitsune costume"
desc = "A costume that looks like a certain shikigami, is super fluffy."
icon_state = "ran_suit"
item_state = "ran_suit"
body_parts_covered = CHEST|GROIN
flags_inv = HIDEJUMPSUIT
heat_protection = CHEST|GROIN //fluffy tails!
/obj/item/clothing/head/ran
name = "Kitsune hat"
desc = "A hat that looks like it keeps any fluffy ears contained super warm, has little charms over it."
icon_state = "ran_hat"
item_state = "ran_hat"
flags_inv = HIDEEARS
/*
* Misc
*/

View File

@@ -129,7 +129,9 @@
/obj/item/clothing/suit/drfreeze_coat = 1,
/obj/item/clothing/suit/gothcoat = 2,
/obj/item/clothing/under/draculass = 1,
/obj/item/clothing/under/drfreeze = 1) //End of Cit Changes
/obj/item/clothing/under/drfreeze = 1,
/obj/item/clothing/suit/ran = 1,
/obj/item/clothing/head/ran = 1) //End of Cit Changes
refill_canister = /obj/item/vending_refill/autodrobe
/obj/machinery/vending/autodrobe/all_access

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 KiB

After

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 122 KiB