Merge pull request #9062 from ShadowLarkens/tgui_finale

NanoUI Goes To Brazil
This commit is contained in:
Novacat
2020-09-21 14:13:16 -04:00
committed by GitHub
240 changed files with 3952 additions and 21677 deletions
+1 -1
View File
@@ -31,5 +31,5 @@
weakref = null // Clear this reference to ensure it's kept for as brief duration as possible.
tag = null
SSnanoui.close_uis(src)
SStgui.close_uis(src)
return QDEL_HINT_QUEUE
-1
View File
@@ -85,7 +85,6 @@
current.verbs -= /datum/changeling/proc/EvolutionMenu
current.mind = null
SSnanoui.user_transferred(current, new_character) // transfer active NanoUI instances to new user
if(new_character.mind) //remove any mind currently in our new body's mind variable
new_character.mind.current = null
+1 -1
View File
@@ -51,7 +51,7 @@ var/datum/uplink/uplink = new()
if(!can_buy(U))
return
if(U.CanUseTopic(user, inventory_state) != STATUS_INTERACTIVE)
if(U.CanUseTopic(user, GLOB.tgui_inventory_state) != STATUS_INTERACTIVE)
return
var/cost = cost(U.uses, U)