Remove qdel from ghost images, clarify qdel debug, nanoUI runtime fix

This commit is contained in:
Markolie
2015-03-04 15:09:12 +01:00
parent 691fef1ff0
commit 6352d2abd9
6 changed files with 15 additions and 11 deletions
+2 -2
View File
@@ -72,11 +72,11 @@ datum/mind
if(current) //remove ourself from our old body's mind variable
current.mind = null
nanomanager.user_transferred(current, new_character)
if(new_character.mind) //remove any mind currently in our new body's mind variable
new_character.mind.current = null
nanomanager.user_transferred(current, new_character)
current = new_character //link ourself to our new body
new_character.mind = src //and link our new body to ourself