mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-05-16 11:50:11 +01:00
420e8f8d99
* mobs misc * remove implied src
8 lines
290 B
Plaintext
8 lines
290 B
Plaintext
/mob/new_player/Logout()
|
|
ready = FALSE
|
|
..()
|
|
if(!spawning)//Here so that if they are spawning and log out, the other procs can play out and they will have a mob to come back to.
|
|
key = null//We null their key before deleting the mob, so they are properly kicked out.
|
|
qdel(src)
|
|
return
|