don't stand so close to me..

This commit is contained in:
Aurorablade
2017-12-11 23:33:22 -05:00
parent 58924dee5b
commit 782b0d5411
+1 -1
View File
@@ -106,7 +106,7 @@
dye_list += "body"
var/what_to_dye = input(user, "Choose an area to apply the dye", "Dye Application") in dye_list
if(!Adjacent(user))
if(!user.Adjacent(M))
to_chat(user, "You are too far away!")
return
user.visible_message("<span class='notice'>[user] starts dying [M]'s [what_to_dye]!</span>", "<span class='notice'>You start dying [M]'s [what_to_dye]!</span>")