You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* death to the OGG
* lint
* adresses issues
* nukes shells
* sounds should still stop even if you muted someone
* Update code/modules/admin/verbs/playsound.dm
Co-authored-by: AffectedArc07 <[email protected]>
Signed-off-by: Bm0n <[email protected]>
* deconflict
* as mentioned
* minortypomoment
* i prefer this wording
* updates catches and moves admin logging.fixes span
* fixes another weird edge case with muting admins
* 516 support
* linters?
* further idiot proofing
* typescript player update
* more typescript player updates
---------
Signed-off-by: Bm0n <[email protected]>
Co-authored-by: Bmon <[email protected]>
Co-authored-by: AffectedArc07 <[email protected]>
Copy file name to clipboardexpand all lines: code/modules/client/client_procs.dm
+2
Original file line number
Diff line number
Diff line change
@@ -192,10 +192,12 @@
192
192
193
193
if("silenceSound")
194
194
usr.stop_sound_channel(CHANNEL_ADMIN)
195
+
tgui_panel?.stop_music()
195
196
return
196
197
197
198
if("muteAdmin")
198
199
usr.stop_sound_channel(CHANNEL_ADMIN)
200
+
tgui_panel?.stop_music()
199
201
prefs.admin_sound_ckey_ignore |= href_list["a"]
200
202
to_chat(usr, "You will no longer hear admin playsounds from <code>[href_list["a"]]</code>. To remove them, go to Preferences --> <code>Manage Admin Sound Mutes</code>.")
0 commit comments