mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Merge pull request #1747 from YotaXP/NanoUI-APC
Implements NanoUI for APCs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user