This commit is contained in:
Vi3trice
2021-09-24 13:45:48 -04:00
parent 398c471698
commit 0349f2cddd
+1
View File
@@ -75,6 +75,7 @@
if(mover.throwing)
return TRUE
mover_dir = get_dir(loc, target)
//Due to how the other check is done, it would always return density for ordinal directions no matter what
if(ordinal_direction_check())
return FALSE
if(mover_dir != dir)