mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user