mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Fixes most tgui bugs (#16539)
* Fixes most tgui bugs * the soul longs for oblivion * skin fix * hardsuit fix * b * the final fixes (for now) * bb * fix keys * cl * fuck off * i'm alone i'm alone i'm alone * the heart's whisper * fffss * je cherche la vérité tout en l'évitant --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
/obj/item/device/transfer_valve/ui_interact(mob/user, datum/tgui/ui)
|
||||
ui = SStgui.try_update_ui(user, src, ui)
|
||||
if(!ui)
|
||||
ui = new(user, src, "TransferVavle", ui_x=540, ui_y=165)
|
||||
ui = new(user, src, "TransferValve", ui_x=540, ui_y=165)
|
||||
ui.open()
|
||||
|
||||
/obj/item/device/transfer_valve/ui_data(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user