Added NanoUI from bay, hit string limit, ran string combiner again.

God have mercy on our souls.
This commit is contained in:
Rob Nelson
2013-09-24 19:46:45 -07:00
parent e8f80a46b3
commit b7fe9edb3b
74 changed files with 16373 additions and 320 deletions

View 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()