mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Uses a more appropriate method of determining mob adjacency.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user