mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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';
|
||||
Reference in New Issue
Block a user