Skip to content

Commit 43f1112

Browse files
committed
thingy
1 parent 2bc2b7d commit 43f1112

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

code/modules/vox/vox_holder.dm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
current_voice = null
2222
return ..()
2323

24+
/datum/vox_holder/ui_interact(mob/user, datum/tgui/ui)
25+
ui = SStgui.try_update_ui(user, src, ui)
26+
if(!ui)
27+
ui = new(user, src, "VOX", title)
28+
ui.open()
29+
2430
/datum/vox_holder/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state)
2531
. = ..()
2632
if(.)

0 commit comments

Comments
 (0)