mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
drip of unload
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
if(trydir)
|
||||
if(AM.Move(get_step(T, trydir)))
|
||||
return TRUE
|
||||
for(var/direction in GLOB.cardinals)
|
||||
for(var/direction in (GLOB.cardinals-trydir))
|
||||
if(AM.Move(get_step(T, direction)))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user