Observer Orbit menu is now fancy TGUI (#14810)

* Observer menu is now fancy TGUI

* Review comments.

* Actually, let's show more of the antags in the selection.
This commit is contained in:
moxian
2020-11-04 18:37:44 -05:00
committed by GitHub
parent fe8e82162c
commit 1f0156a780
9 changed files with 329 additions and 13 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
// If there was no ui to update, there's no static data to update either.
if(!ui)
return
ui.push_data(null, tgui_static_data(), TRUE)
ui.push_data(null, tgui_static_data(user), TRUE)
/**
* public