mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +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:
@@ -281,6 +281,8 @@
|
||||
PDA.ownjob = C.assignment
|
||||
PDA.ownrank = C.rank
|
||||
PDA.name = "PDA-[H.real_name] ([PDA.ownjob])"
|
||||
if(H.client?.prefs.active_character.pda_ringtone)
|
||||
PDA.ttone = H.client.prefs.active_character.pda_ringtone
|
||||
|
||||
/datum/outfit/job/on_mind_initialize(mob/living/carbon/human/H)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user