[MIRROR] PDA Ringtone Pref (#7303)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Selis <selis@xynolabs.com>
Co-authored-by: Selis <sirlionfur@hotmail.de>
This commit is contained in:
CHOMPStation2
2023-12-02 16:23:58 +01:00
committed by GitHub
co-authored by Heroman3003 Selis Selis
parent 3f8efac3c7
commit d2c491e797
4 changed files with 28 additions and 15 deletions
+2 -2
View File
@@ -182,8 +182,8 @@ var/list/outfits_decls_by_type_
pda.ownjob = assignment
pda.ownrank = rank
pda.name = "PDA-[H.real_name] ([assignment])"
if(H.client.prefs.ttone) // YW Edit
pda.ttone = H.client.prefs.ttone
if(H.client.prefs.ringtone) // if null we use the job default
pda.ttone = H.client.prefs.ringtone
return pda
/decl/hierarchy/outfit/dd_SortValue()