what if the tgui actualy recives it's topic?

This commit is contained in:
Letter N
2020-08-05 09:21:19 +08:00
parent 07c02e1c99
commit ed67801590
5 changed files with 24 additions and 12 deletions
@@ -10,7 +10,7 @@
/obj/item/implant/radio/activate()
. = ..()
// needs to be GLOB.deep_inventory_state otherwise it won't open
radio.ui_interact(usr, "main", null, FALSE, null, GLOB.deep_inventory_state)
radio.ui_interact(usr, state = GLOB.deep_inventory_state)
/obj/item/implant/radio/implant(mob/living/target, mob/user, silent = FALSE)
. = ..()