From 2c2133c09897e861f1c4a8a91a41dd1efeea5250 Mon Sep 17 00:00:00 2001 From: Verkister Date: Thu, 14 Sep 2017 12:14:30 +0300 Subject: [PATCH 1/3] A miniscule fluff item fix too small to deserve a PR but gets one anyway -Makes the recent purely cosmetic fluff goggles able to be worn additionally on the extra ear slot and thus not be completely hidden by the character's hairstyles in the "up" state. --- code/modules/vore/fluffstuff/custom_items_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index d4b197acb5..fb192c3037 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1003,6 +1003,7 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie icon = 'icons/vore/custom_items_vr.dmi' icon_override = 'icons/vore/custom_clothes_vr.dmi' icon_state = "spiffygogs" + slot_flags = SLOT_EYES | SLOT_EARS item_state_slots = list(slot_r_hand_str = "glasses", slot_l_hand_str = "glasses") toggleable = 1 off_state = "spiffygogsup" @@ -1396,4 +1397,4 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie H.monkeyize() qdel(src) //One time use. else //If not, do nothing. - to_chat(user,"You are unable to inject other people.") \ No newline at end of file + to_chat(user,"You are unable to inject other people.") From 486fbdac494be001c28e19c6758e9e94844d3b9d Mon Sep 17 00:00:00 2001 From: Verkister Date: Thu, 14 Sep 2017 13:31:51 +0300 Subject: [PATCH 2/3] cleaning my hands off the lack of fluff directory mess --- config/custom_items.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/custom_items.txt b/config/custom_items.txt index 90e934f639..d735fa8ffb 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -614,7 +614,7 @@ item_path: /obj/item/clothing/head/fluff/runac { ckey: verkister character_name: Cameron Eggbert -item_path: /obj/item/clothing/glasses/science_proper +item_path: /obj/item/clothing/glasses/fluff/science_proper } { ckey: verkister @@ -624,7 +624,7 @@ item_path: /obj/item/weapon/disk/limb/eggnerdltd { ckey: verkister character_name: Opie Eggbert -item_path: /obj/item/clothing/glasses/spiffygogs +item_path: /obj/item/clothing/glasses/fluff/spiffygogs } { ckey: virgo113 From 6708e45792ea5a20682d639b10f7460b48383698 Mon Sep 17 00:00:00 2001 From: Verkister Date: Thu, 14 Sep 2017 13:32:12 +0300 Subject: [PATCH 3/3] cleaning my hands off the lack of fluff directory mess --- code/modules/vore/fluffstuff/custom_items_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index fb192c3037..9a702c4004 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -989,7 +989,7 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie ..() //verkister: Cameron Eggbert - Science goggles that ACTUALLY do nothing. -/obj/item/clothing/glasses/science_proper +/obj/item/clothing/glasses/fluff/science_proper name = "Aesthetic Science Goggles" desc = "The goggles really do nothing this time!" icon_state = "purple" @@ -997,7 +997,7 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie item_flags = AIRTIGHT //verkister: Opie Eggbert - Spiffy fluff goggles -/obj/item/clothing/glasses/spiffygogs +/obj/item/clothing/glasses/fluff/spiffygogs name = "Chad Goggles" desc = "You can almost feel the raw power radiating off these strange specs." icon = 'icons/vore/custom_items_vr.dmi'