mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-05 05:49:28 +00:00
Rad laser UI tweaks
This commit is contained in:
@@ -113,7 +113,7 @@ effective or pretty fucking useless.
|
||||
ui_interact(user)
|
||||
|
||||
/obj/item/healthanalyzer/rad_laser/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, "radioactive_microlaser", "Radioactive Microlaser", ui_x, ui_y, master_ui, state)
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -565,6 +565,7 @@ const ROUTES = {
|
||||
radioactive_microlaser: {
|
||||
component: () => RadioactiveMicrolaser,
|
||||
scrollable: false,
|
||||
theme: 'syndicate',
|
||||
},
|
||||
remote_robot_control: {
|
||||
component: () => RemoteRobotControl,
|
||||
|
||||
Reference in New Issue
Block a user