mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Late Join Ghost Role Things (#8466)
This commit is contained in:
@@ -137,6 +137,9 @@
|
||||
if(cant_spawn)
|
||||
to_chat(usr, "Unable to spawn: [cant_spawn]")
|
||||
return
|
||||
if(isnewplayer(usr))
|
||||
var/mob/abstract/new_player/N = usr
|
||||
N.close_spawn_windows()
|
||||
if(!S.pre_spawn(usr))
|
||||
to_chat(usr, "Unable to spawn: pre_spawn failed. Report this on GitHub")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user