Ports stop sounds verb from TG (#28072)

* sounds have been stopped

* update

* name and format update

---------

Co-authored-by: Bmon <no@email.com>
This commit is contained in:
Bm0n
2025-02-12 16:38:48 -05:00
committed by GitHub
parent 5b486120e9
commit c11e1c969c
3 changed files with 24 additions and 1 deletions
+8
View File
@@ -1317,6 +1317,14 @@
editor.ui_interact(mob)
/client/verb/stop_client_sounds()
set category = "Special Verbs"
set name = "Stop Sounds"
set desc = "Stop Current Sounds."
SEND_SOUND(usr, sound(null))
to_chat(src, "All sounds stopped.")
tgui_panel?.stop_music()
#undef LIMITER_SIZE
#undef CURRENT_SECOND
#undef SECOND_COUNT