[MIRROR] Converts the first few of our UIs to typescript (#8588)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-06-28 13:05:53 -07:00
committed by GitHub
parent 7ee8e61b76
commit be4aeefce3
274 changed files with 12200 additions and 8304 deletions

View File

@@ -86,7 +86,7 @@
/obj/machinery/computer/cryopod/tgui_interact(mob/user, datum/tgui/ui, datum/tgui/parent_ui)
ui = SStgui.try_update_ui(user, src, ui)
if(!ui)
ui = new(user, src, "CryoStorageVr", storage_name) // VOREStation Edit - Use our own template for our custom data
ui = new(user, src, "CryoStorage", storage_name) // VOREStation Edit - Use our own template for our custom data
ui.open()
/obj/machinery/computer/cryopod/tgui_data(mob/user, datum/tgui/ui, datum/tgui_state/state)