Merge pull request #7256 from VOREStation/aro-fightermove

Allow fighters to traverse overmap ships predictably
This commit is contained in:
Aronai Sieyes
2020-04-14 18:48:04 -04:00
committed by GitHub
2 changed files with 78 additions and 5 deletions
+2
View File
@@ -11,6 +11,8 @@
var/list/checked_turfs = list()
for(var/turf/T in locs)
var/turf/Tcheck = get_step(T, stepdir)
if(!Tcheck) //Map edge
continue
if(Tcheck in checked_turfs)
continue
if(Tcheck in locs)