it probably works but can't read the icon. why??

This commit is contained in:
Amy
2020-12-06 00:06:24 -06:00
parent 19a2a70175
commit d25d0fc35c
5 changed files with 67 additions and 69 deletions
@@ -2258,7 +2258,7 @@ Departamental Swimsuits, for general use
// If you ain't the robutt, you probably don't have the hair style that the hooded icon states are made for. sorry!
var/mob/living/carbon/human/H = src.loc
if (H.ckey != "vitoras")
to_user(H, "Strange... the hood doesn't go over your head no matter how you try to put it up.")
to_chat(H, "Strange... the hood doesn't go over your head no matter how you try to put it up.")
return
..()
@@ -1364,8 +1364,9 @@
POSITRONICS IN A MODEL <b>E</b> CHASSIS.\""
icon = 'icons/vore/custom_items_vr.dmi'
icon_state = "verie_brush"
w_class = ITEMSIZE_TINY
var/owner = "vitoras"
var/owner = "ryumi"
/obj/item/weapon/fluff/verie/attack_self(mob/living/carbon/human/user)
if (istype(user))
@@ -1379,8 +1380,10 @@
user.update_hair()
user.visible_message("[user] combs her hair. \The [src] leaves behind glowing cyan highlights as it passes through \
her black strands.", \
"<span class='notice'>You brush your hair. The teeth react to your nanites and stimulate them into giving off a brillian cyan glow!</span>")
return
"<span class='notice'>You brush your hair. \The [src]'s teeth begin to vibrate and glow as they react to your nanites. \
The teeth stimulate the nanites in your hair strands until your hair give off a brilliant, faintly pulsing \
cyan glow!</span>")
else
to_chat(user, "<span class='warning'>\The [src] isn't compatible with your body as it is now.</span>")