Changes the "electronic" PDA ringtone name and sound (#28362)

* dunno about the naming still, but the sound is good

* SQL change

* im stupid

* AA007 review
This commit is contained in:
1080pCat
2025-02-28 19:27:04 +00:00
committed by GitHub
parent ab073f0cca
commit b47e8c4b55
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ GLOBAL_PROTECT(borg_brain_choices)
//Due to database reasons, the name should be 16 characters long maximum
GLOBAL_LIST_INIT(pda_ringtone_choices, list("beep" = 'sound/machines/twobeep.ogg',
"boop" = 'sound/machines/boop.ogg',
"electronic" = 'sound/machines/notif1.ogg',
"blup" = 'sound/misc/blup.ogg',
"chime" = 'sound/machines/notif2.ogg',
"slip" = 'sound/misc/slip.ogg',
"honk" = 'sound/items/bikehorn.ogg',
Binary file not shown.
@@ -0,0 +1,3 @@
UPDATE characters
SET pda_ringtone = 'blup'
WHERE pda_ringtone = 'electronic';