drip of unload

This commit is contained in:
Dennok
2020-03-05 14:56:04 +02:00
committed by GitHub
parent 90724d8140
commit d0ffd7a12b
+1 -1
View File
@@ -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