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