mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Merge pull request #7256 from VOREStation/aro-fightermove
Allow fighters to traverse overmap ships predictably
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user