my smooth brain hurts

This commit is contained in:
kevinz000
2020-03-23 16:06:40 -07:00
parent fa9c1dfd6c
commit d139234c6d
@@ -40,6 +40,7 @@
var/turn_angle = dir2angle(our_dir)
// dir2angle(), ss13 proc is clockwise so dir2angle(EAST) == 90
// turn(), byond proc is counterclockwise so turn(NORTH, 90) == WEST
their_dir = turn(their_dir, turn_angle)
if(their_dir == NONE)
return (DOWN in blockable_directions())
return (their_dir in blockable_directions())