diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems.dm index a3228659f6..f75ae256d5 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems.dm @@ -1184,6 +1184,12 @@ ckeywhitelist = list("silvertalismen") character_name = list("Tasy Ruffles") +/datum/gear/fluff/kintacts_aquamarine + path = /obj/item/clothing/glasses/fluff/kintacts_aquamarine + display_name = "Aquamarine KINtacts" + ckeywhitelist = list("sixberry") + character_name = list("Thistle") + /datum/gear/fluff/fortune_backpack path = /obj/item/storage/backpack/satchel/fluff/swat43bag display_name = "Fortune's Backpack" diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 0aafeb2585..7931933bf5 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1573,3 +1573,12 @@ icon = 'icons/vore/custom_items_vr.dmi' icon_state = "evelynn" pointer_icon_state = "purple_laser" + +//sixberry: Thistle +/obj/item/clothing/glasses/fluff/kintacts_aquamarine + name = "Aquamarine KINtacts" + desc = "A blueish-green pair of borosilicate glass contact lenses, designed solely for Shadekin. They seem to have some degree of iridescence to them." + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_override = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "kintacts" + item_state = "kintacts_mob" diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index c297fbbaa1..4c3899df3f 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ