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
@@ -486,7 +486,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
if("Arrivals") //Spawn them at a latejoin spawnpoint
if(LAZYLEN(latejoin))
spawnloc = pick(latejoin)
spawnloc = get_turf(pick(latejoin))
else if(LAZYLEN(latejoin_tram))
spawnloc = pick(latejoin_tram)
else