mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Fluff Item - Memory Crown (#9867)
Co-authored-by: Casey <a.roaming.shadow@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
78f2bc2b29
commit
25d7359582
@@ -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>
|
||||
|
||||
@@ -1185,6 +1185,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
|
||||
|
||||
@@ -2689,4 +2689,15 @@ End CHOMP Removal*/
|
||||
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
|
||||
*/ //Chomp REMOVE END
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 213 KiB After Width: | Height: | Size: 214 KiB |
Reference in New Issue
Block a user