[MIRROR] Changes asay ping sound to be unique [MDB IGNORE] (#11613)

* Changes asay ping sound (#64994)

* Changes asay ping sound to be unique

Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-02-20 13:00:53 +00:00
committed by GitHub
co-authored by Ryll Ryll
parent 81e873cef2
commit 35500acee4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
if(!iter_admin_client?.holder)
continue
window_flash(iter_admin_client)
SEND_SOUND(iter_admin_client.mob, sound('sound/misc/bloop.ogg'))
SEND_SOUND(iter_admin_client.mob, sound('sound/misc/asay_ping.ogg'))
mob.log_talk(msg, LOG_ASAY)
msg = keywords_lookup(msg)