MemoryCrown

This commit is contained in:
Lilly-Lira
2025-01-12 03:41:09 -05:00
parent c047286b0b
commit 3ec79e0665
4 changed files with 23 additions and 0 deletions
+6
View File
@@ -92,3 +92,9 @@
**Creator:** grayscaledrake (Discord user)<br>
**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.
<br>
**File:** `icons/vore/custom_clothes_vr.dmi`<br>
**Title:** Memory Crown<br>
**Icon-States:** 'memorycrown', 'memorycrown_onmob'
**Creator:** Sixberry<br>
**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)<br>
@@ -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
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 KiB

After

Width:  |  Height:  |  Size: 214 KiB