mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Ports tgui-next (#7137)
* https://github.com/tgstation/tgstation/pull/46764 * tgui is shit * next PR should be low-level stuff, to remove shim-console.js properly * https://github.com/tgstation/tgstation/pull/47123 * mint scrapped * lots of PRs * more PRs finished * lol at tg * it just works * well, now it works * lol * travis maybe? * Update build_tgui.sh * copies the tgui folder as well * fixes tgui permissions * removes mint properly * lol * more stuff * lol * fuck * kiosk stuff apparently * uplink * turbine * more stuffs * removes plumbing * lol * Update machine_circuitboards.dm * lol * removes medical kiosk * chem macros get out ree * couple of extra PRs * forgot the import * nuke UI * micro arcade * last few PRs * https://github.com/tgstation/tgstation/pull/47990 * forgot the .dm file
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
datum/tgui/master_ui = null, datum/ui_state/state = GLOB.default_state)
|
||||
ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open)
|
||||
if(!ui)
|
||||
ui = new(user, src, ui_key, "thermomachine", name, 400, 240, master_ui, state)
|
||||
ui = new(user, src, ui_key, "thermomachine", name, 300, 230, master_ui, state)
|
||||
ui.open()
|
||||
|
||||
/obj/machinery/atmospherics/components/unary/thermomachine/ui_data(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user