Merge pull request #13165 from Menshin/login_runtimes_fix

Fixes login runtimes for round start observers
This commit is contained in:
Remie Richards
2015-11-27 20:14:49 +00:00
2 changed files with 11 additions and 5 deletions
+6
View File
@@ -1694,6 +1694,12 @@
mind_initialize() //updates the mind (or creates and initializes one if one doesn't exist)
mind.active = 1 //indicates that the mind is currently synced with a client
/mob/new_player/sync_mind()
return
/mob/dead/observer/sync_mind()
return
//Initialisation procs
/mob/proc/mind_initialize()
if(mind)