Merge pull request #1747 from YotaXP/NanoUI-APC

Implements NanoUI for APCs
This commit is contained in:
Cheridan
2013-11-11 11:38:36 -08:00
10 changed files with 212 additions and 172 deletions
+2
View File
@@ -75,6 +75,8 @@ datum/mind
if(new_character.mind) //disassociate any mind currently in our new body's mind variable
new_character.mind.current = null
nanomanager.user_transferred(current, new_character)
current = new_character //associate ourself with our new body
new_character.mind = src //and associate our new body with ourself