mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Event Map Refactor (#12329)
This commit is contained in:
@@ -80,7 +80,13 @@
|
||||
|
||||
mind = body.mind //we don't transfer the mind but we keep a reference to it.
|
||||
|
||||
if(!T) T = pick(latejoin) //Safety in case we cannot find the body's position
|
||||
if(!T)
|
||||
if(length(latejoin))
|
||||
T = pick(latejoin) //Safety in case we cannot find the body's position
|
||||
else if(length(force_spawnpoints["Anyone"]))
|
||||
T = pick(force_spawnpoints["Anyone"])
|
||||
else
|
||||
T = locate(1, 1, 1)
|
||||
forceMove(T)
|
||||
|
||||
if(!name) //To prevent nameless ghosts
|
||||
|
||||
Reference in New Issue
Block a user