mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
oups shuttles move (#17457)
* oups shuttles move * . * Update landmarks.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user