Cleans up debug messages, prepares for delivery!

This commit is contained in:
Amy
2020-12-08 19:33:12 -06:00
parent aa6434b455
commit 7a9b23005d
4 changed files with 5 additions and 13 deletions
@@ -2251,13 +2251,15 @@ Departamental Swimsuits, for general use
icon_override = 'icons/vore/custom_onmob_vr.dmi'
item_state = "verie_hoodie"
hoodtype = /obj/item/clothing/head/hood/winter/fluff/verie
var/owner = "vitoras"
/obj/item/clothing/suit/storage/hooded/fluff/verie/ToggleHood()
// 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")
if (H.ckey != owner)
to_chat(H, "Strange... the hood doesn't go over your head no matter how you try to put it up.")
return
..()
@@ -1366,7 +1366,7 @@
icon_state = "verie_brush"
w_class = ITEMSIZE_TINY
var/owner = "ryumi"
var/owner = "vitoras"
/obj/item/weapon/fluff/verie/attack_self(mob/living/carbon/human/user)
if (istype(user))