mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Merge pull request #7773 from Verkister/patch-56
Fixes unreachable landmarks breaking spacetravel
This commit is contained in:
@@ -85,6 +85,10 @@ proc/overmap_spacetravel(var/turf/space/T, var/atom/movable/A)
|
||||
if (!M)
|
||||
return
|
||||
|
||||
// Is the landmark still on the map.
|
||||
if(!isturf(M.loc))
|
||||
return
|
||||
|
||||
// Don't let AI eyes yeet themselves off the map
|
||||
if(istype(A, /mob/observer/eye))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user