Uses a more appropriate method of determining mob adjacency.

This commit is contained in:
KasparoVy
2017-03-26 22:01:29 -04:00
parent 585378aa0f
commit 63f4e00094
+1 -1
View File
@@ -531,7 +531,7 @@
willing = 1
if(willing)
if(!(L in range(1,src)))
if(!Adjacent(L))
to_chat(user, "<span class='boldnotice'>You're not close enough to \the [src].</span>")
return
if(L == user)