Fixes hostile mobs attacking surrounding tiles when trying to attack someone: the stunning finale

This commit is contained in:
GupGup
2017-11-22 15:24:21 -06:00
committed by CitadelStationBot
parent 2e9f3bc1c0
commit 8458dc952c
5 changed files with 45 additions and 16 deletions
+1
View File
@@ -311,6 +311,7 @@
else
return get_step(start, EAST)
/proc/try_move_adjacent(atom/movable/AM)
var/turf/T = get_turf(AM)
for(var/direction in GLOB.cardinals)