[MIRROR] oups shuttles move (#10563)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-31 06:01:07 -07:00
committed by GitHub
parent 4d7193d478
commit 46fc30e83e
7 changed files with 10 additions and 10 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