tgui cargo console

rewrite awful shuttle/cargo code a lot as well
This commit is contained in:
Bjorn Neergaard
2016-02-05 17:06:07 -06:00
parent 3511f20044
commit 9386602acf
25 changed files with 560 additions and 682 deletions
+7
View File
@@ -60,6 +60,13 @@
/datum/proc/ui_host()
return src // Default src.
/**
* global
*
* Used to track the current screen.
**/
/datum/var/ui_screen = "home"
/**
* global
*