mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Adds PDA ringtone to character preferences (#27365)
* Adds PDA ringtone to character preferences * Two fixes * Reset option * Contra request * DB update * linter fix * SQL update * file rename --------- Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -68,3 +68,25 @@ GLOBAL_LIST_INIT(backbaglist, list(DBACKPACK, DSATCHEL, DDUFFLEBAG, GBACKPACK, G
|
||||
#define POSITRONIC_BORG "Positronic"
|
||||
GLOBAL_LIST_INIT(borg_brain_choices, list(MMI_BORG, ROBOBRAIN_BORG, POSITRONIC_BORG))
|
||||
GLOBAL_PROTECT(borg_brain_choices)
|
||||
|
||||
//Chooseable ringtones
|
||||
//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',
|
||||
"chime" = 'sound/machines/notif2.ogg',
|
||||
"slip" = 'sound/misc/slip.ogg',
|
||||
"honk" = 'sound/items/bikehorn.ogg',
|
||||
"SKREE" = 'sound/voice/shriek1.ogg',
|
||||
"holy" = 'sound/items/PDA/ambicha4-short.ogg',
|
||||
"boom" = 'sound/effects/explosionfar.ogg',
|
||||
"gavel" = 'sound/items/gavel.ogg',
|
||||
"xeno" = 'sound/voice/hiss1.ogg',
|
||||
"smoke" = 'sound/magic/smoke.ogg',
|
||||
"shatter" = 'sound/effects/pylon_shatter.ogg',
|
||||
"energy" = 'sound/weapons/egloves.ogg',
|
||||
"flare" = 'sound/goonstation/misc/matchstick_light.ogg',
|
||||
"interference" = 'sound/misc/interference.ogg',
|
||||
"zap" = 'sound/effects/eleczap.ogg',
|
||||
"disgusting" = 'sound/effects/blobattack.ogg',
|
||||
"hungry" = 'sound/weapons/bite.ogg'))
|
||||
|
||||
Reference in New Issue
Block a user