mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +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:
@@ -59,7 +59,7 @@
|
||||
data["charges"] = pda.cartridge.charges ? pda.cartridge.charges : 0
|
||||
|
||||
data["ringtone"] = pda.ttone
|
||||
data["ringtone_list"] = pda.ttone_sound
|
||||
data["ringtone_list"] = GLOB.pda_ringtone_choices
|
||||
|
||||
/datum/data/pda/app/messenger/ui_act(action, list/params)
|
||||
if(..())
|
||||
|
||||
Reference in New Issue
Block a user