mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Assemblies, TTV and Electropack now require you to hold them i… (#49987)
* Electropack status fix * Hands check * Cleanup * TTV and assemblies hands state
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
return UI_CLOSE
|
||||
|
||||
/obj/item/assembly/timer/ui_interact(mob/user, ui_key = "main", datum/tgui/ui = null, force_open = FALSE, \
|
||||
datum/tgui/master_ui = null, datum/ui_state/state = GLOB.default_state)
|
||||
datum/tgui/master_ui = null, datum/ui_state/state = GLOB.hands_state)
|
||||
ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open)
|
||||
if(!ui)
|
||||
ui = new(user, src, ui_key, "timer", name, ui_x, ui_y, master_ui, state)
|
||||
|
||||
Reference in New Issue
Block a user