mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 05:52:17 +00:00
Fix Windows, I don't know why it worked without this when it didn't before but fuck if I question BYOND today.
This commit is contained in:
@@ -83,7 +83,7 @@ Quick adjacency (to turf):
|
||||
if(!isturf(loc)) return 0
|
||||
for(var/turf/T in locs)
|
||||
if(isnull(T)) continue
|
||||
if(T.Adjacent(neighbor,T)) return 1
|
||||
if(T.Adjacent(neighbor,src)) return 1
|
||||
return 0
|
||||
|
||||
// This is necessary for storage items not on your person.
|
||||
|
||||
Reference in New Issue
Block a user