Merge pull request #675 from SplinterGP/YWiconadd

Aroozee valhollide ring (fluff item)
This commit is contained in:
Repede
2020-03-27 22:12:52 -04:00
committed by GitHub
3 changed files with 16 additions and 0 deletions
@@ -893,6 +893,12 @@
character_name = list("Aroozee Daarvoleast-Clark")
allowed_roles = list("Head of Security")
/datum/gear/fluff/aroozee_valhollide_ring
path = /obj/item/clothing/accessory/collar/fluff/aroozee_valhollide_ring
display_name = "Aroozee valhollide ring"
description = "A ring made of valhollide."
ckeywhitelist = list("splintergp")
character_name = list("Aroozee Daarvoleast-Clark")
// T CKEYS
@@ -1637,6 +1637,16 @@
cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
min_cold_protection_temperature = SPACE_SUIT_MIN_COLD_PROTECTION_TEMPERATURE
/obj/item/clothing/accessory/collar/fluff/aroozee_valhollide_ring
name = "Aroozee valhollide ring"
desc = "A long, loose chain lace of silver, holding a special ring of a perfect, crystalline definition. <br>It's touch is perpetually that of deep ice-cold, no matter how long you hold it.<br> Staring at it, you feel quiet, your mind calm, your thoughts very still."
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "aroozee_valhollide_ring"
icon_override = 'icons/vore/custom_clothes_yw.dmi'
item_state = "aroozee_valhollide_ring_mob"
overlay_state = "aroozee_valhollide_ring_mob"
slot_flags = SLOT_TIE | SLOT_OCLOTHING
w_class = 2
// *****
Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 139 KiB