Fixes adjacency issues with merch shop, arcade shop and give command

This commit is contained in:
TatsumakiMagi
2018-10-30 23:21:57 +00:00
parent 6620009f90
commit 6f07fd668a
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
if("Yes")
if(!I)
return
if(!Adjacent(usr))
if(!Adjacent(target))
to_chat(usr, "<span class='warning'> You need to stay in reaching distance while giving an object.</span>")
to_chat(target, "<span class='warning'> [usr.name] moved too far away.</span>")
return