mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 10:16:39 +01:00
PCUs and SR Connected Computers (#4040)
* PCU and Connected Consoles * Clean this up
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Operates NanoUI
|
||||
/obj/item/modular_computer/nano_ui_interact(mob/user, ui_key = "main", var/datum/nanoui/ui = null, var/force_open = 1)
|
||||
/obj/item/modular_computer/nano_ui_interact(mob/user, ui_key = "main", datum/nanoui/ui = null, force_open = 1)
|
||||
if(!screen_on || !enabled)
|
||||
if(ui)
|
||||
ui.close()
|
||||
|
||||
Reference in New Issue
Block a user