Skip to content

Commit

Permalink
remove redundant cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 15, 2023
1 parent e439af2 commit 2d3c72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/playsound.dm
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"Atmospheric" = SOUND_ADMIN_ATMOSPHERIC
)

var/style = tgui_input_list(src, "Who do you want to play this to?", "Select Listeners", list("Globally", "Xenos", "Marines", "Ghosts", "All Inview", "Single Inview", "Cancel"))
var/style = tgui_input_list(src, "Who do you want to play this to?", "Select Listeners", list("Globally", "Xenos", "Marines", "Ghosts", "All Inview", "Single Inview"))
var/sound_type = tgui_input_list(src, "What kind of sound is this?", "Select Sound Type", sound_type_list)
sound_type = sound_type_list[sound_type]

Expand Down

0 comments on commit 2d3c72b

Please sign in to comment.