Nano Is Dead

This commit is contained in:
AffectedArc07
2020-11-21 09:46:50 +00:00
parent 3613057b9d
commit 984ac231e0
121 changed files with 43 additions and 26087 deletions
+1 -1
View File
@@ -533,5 +533,5 @@
/**
* Return the object that is the host of any UI's that this component has
*/
/datum/component/nano_host()
/datum/component/tgui_host(mob/user)
return parent
+1 -1
View File
@@ -129,7 +129,7 @@
/*
We can't just insert in HTML into the nanoUI so we need the raw data to play with.
We can't just insert in HTML into the TGUI so we need the raw data to play with.
Instead of creating this list over and over when someone leaves their PDA open to the page
we'll only update it when it changes. The PDA_Manifest global list is zeroed out upon any change
using /datum/datacore/proc/manifest_inject(), or manifest_insert()
-1
View File
@@ -100,7 +100,6 @@
current.mind = null
leave_all_huds() //leave all the huds in the old body, so it won't get huds if somebody else enters it
SSnanoui.user_transferred(current, new_character)
SStgui.on_transfer(current, new_character)
if(new_character.mind) //remove any mind currently in our new body's mind variable