diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md index b9680f5c65f..0e1b703eda0 100644 --- a/ATTRIBUTIONS.md +++ b/ATTRIBUTIONS.md @@ -92,3 +92,9 @@ **Creator:** grayscaledrake (Discord user)
**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) **Notes:** Permission to use assets also given in writing, assets were created for use in Virgo and other space station 13 servers. +
+**File:** `icons/vore/custom_clothes_vr.dmi`
+**Title:** Memory Crown
+**Icon-States:** 'memorycrown', 'memorycrown_onmob' +**Creator:** Sixberry
+**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index ba04a87b288..9757c99ae0b 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -1257,6 +1257,12 @@ ckeywhitelist = list("satinisle") character_name = list("Millie Orlen") +/datum/gear/fluff/memorycrown + path = /obj/item/clothing/head/fluff/memory_crown + display_name = "memory crown" + slot = slot_head + ckeywhitelist = list("sixberry") + character_name = list("Thistle") // T CKEYS /datum/gear/fluff/ascian_medal diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 40edbcef776..839f6598a4d 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -2723,3 +2723,14 @@ Departamental Swimsuits, for general use icon_state = "valkhorns" icon_override = 'icons/vore/custom_clothes_vr.dmi' item_state = "valkhorns_onmob" + +//sixberry: Thistle + +/obj/item/clothing/head/fluff/memory_crown + name = "Memory Crown" + desc = "A thorned crown sporting numerous amethyst inserts, all of which seem to glow faintly in the dark. Just holding it makes you feel as though you've forgotten something unpleasant." + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "memorycrown" + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "memorycrown_onmob" + slot_flags = SLOT_HEAD diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 1afb16a499e..c297fbbaa1a 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ