Skip to content

Commit

Permalink
Changes the "electronic" PDA ringtone name and sound (ParadiseSS13#28362
Browse files Browse the repository at this point in the history
)

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

* SQL change

* im stupid

* AA007 review
  • Loading branch information
1080pCat authored Feb 28, 2025
1 parent ab073f0 commit b47e8c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/_globalvars/lists/flavor_misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Binary file added sound/misc/blup.ogg
Binary file not shown.
3 changes: 3 additions & 0 deletions tools/pr_sql/28362/pda_ringtone_update.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE characters
SET pda_ringtone = 'blup'
WHERE pda_ringtone = 'electronic';

0 comments on commit b47e8c4

Please sign in to comment.