mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Added NanoUI from bay, hit string limit, ran string combiner again.
God have mercy on our souls.
This commit is contained in:
6
code/modules/nano/nanoexternal.dm
Normal file
6
code/modules/nano/nanoexternal.dm
Normal file
@@ -0,0 +1,6 @@
|
||||
// All movable things can have a Nano UI, always use ui_interact to open/interact with a Nano UI
|
||||
/atom/movable/proc/ui_interact(mob/user, ui_key = "main")
|
||||
return
|
||||
|
||||
// Used by the Nano UI Manager (/datum/nanomanager) to track UIs opened by this mob
|
||||
/mob/var/list/open_uis = list()
|
||||
Reference in New Issue
Block a user