mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
don't stand so close to me..
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user