Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM authored and DOOM committed May 31, 2024
1 parent 1f8f953 commit b1e6139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

ui = SStgui.try_update_ui(user, src, ui)
if (!ui)
ui = new(user, src, "Terminal", name)
ui = new(user, src, "MedRec", name)
ui.open()

/obj/structure/machinery/computer/double_id/med_data/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state)
Expand Down

0 comments on commit b1e6139

Please sign in to comment.