oups shuttles move (#17457)

* oups shuttles move

* .

* Update landmarks.dm
This commit is contained in:
Kashargul
2025-03-31 04:58:29 -04:00
committed by GitHub
parent 6ad033a5f7
commit ee42f0c0d0
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -132,7 +132,7 @@
default_pixel_x = body.default_pixel_x
default_pixel_y = body.default_pixel_y
if(!T && length(latejoin))
T = pick(latejoin) //Safety in case we cannot find the body's position
T = get_turf(pick(latejoin)) //Safety in case we cannot find the body's position
if(T)
forceMove(T, just_spawned = TRUE)
else