double the sanity check, double the stability

This commit is contained in:
deathride58
2019-07-17 16:54:02 -04:00
parent 42aae8f45f
commit ea5837bfb1
@@ -404,6 +404,8 @@
return
var/breakout = 0
while(breakout < 50)
if(!T)
break
var/turf/potential_T = find_safe_turf()
if(T.z != potential_T.z || abs(get_dist_euclidian(potential_T,T)) > 50 - breakout)
user.forceMove(potential_T)