Merge pull request #996 from Giacomand/blob_userability

Blob usability changes and tweaks
This commit is contained in:
Cheridan
2013-07-21 12:09:28 -07:00
12 changed files with 91 additions and 43 deletions

View File

@@ -1,8 +1,7 @@
/mob/living/Login()
..()
//Mind updates
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
sync_mind()
mind.show_memory(src, 0)
//Round specific stuff like hud updates