diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index d93e1c678c..be22ecc15c 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -978,6 +978,17 @@ M.update_inv_wear_mask() usr.update_action_buttons() ++//Vorrarkul: Theodora Lindt ++/obj/item/clothing/suit/chococoat + name = "Chococoat" + desc = "A long coat designed to resemble Getmore Chocolate Corp's namesake chocolate bar wrapper." //A walking advertisement? + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "chococoat_on" + icon_state = "chococoat" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS + allowed = list (/obj/item/weapon/material/knife) + /* Departamental Swimsuits, for general use */ diff --git a/config/custom_items.txt b/config/custom_items.txt index d2fe38c36d..c48a65c04b 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -478,6 +478,12 @@ character_name: Nyssa Brennan item_path: /obj/item/clothing/suit/storage/hooded/wintercoat/cargo } +{ +ckey: vorrarkul +character_name: Theodora Lindt +item_path: /obj/item/clothing/suit/chococoat +} + { ckey: Viveret character_name: Keturah diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 042094e67d..919ada16ca 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ