diff --git a/code/game/objects/items/devices/PDA/PDA.dm b/code/game/objects/items/devices/PDA/PDA.dm index ccb1633d90a..6f8e9884203 100644 --- a/code/game/objects/items/devices/PDA/PDA.dm +++ b/code/game/objects/items/devices/PDA/PDA.dm @@ -363,7 +363,7 @@ GLOBAL_LIST_EMPTY(PDAs) dat += "[PDAIMG(bell)]Ringer: [silent == 1 ? "Off" : "On"] | " dat += "[PDAIMG(mail)]Send / Receive: [toff == 1 ? "Off" : "On"] | " dat += "[PDAIMG(bell)]Set Ringtone | " - dat += "[PDAIMG(mail)]Messages
" + dat += "[PDAIMG(mail)]Messages
" dat += "Sorted by: [sort_by_job ? "Job" : "Name"]" if(cartridge) @@ -388,7 +388,7 @@ GLOBAL_LIST_EMPTY(PDAs) dat += "None detected.
" else if(cartridge?.spam_enabled) dat += "Send To All" - if(6) + if(PDA_UI_SKILL_TRACKER) dat += "

[PDAIMG(mail)] ExperTrak® Skill Tracker V4.26.2

" dat += "Thank you for choosing ExperTrak® brand software! ExperTrak® inc. is proud to be a Nanotrasen employee expertise and effectiveness department subsidary!" dat += "

This software is designed to track and monitor your skill development as a Nanotrasen employee. Your job performance across different fields has been quantified and categorized below.
" @@ -416,7 +416,7 @@ GLOBAL_LIST_EMPTY(PDAs) if (lvl_num >= length(SKILL_EXP_LIST) && !(type in targetmind.skills_rewarded)) dat += "
Contact the Professional [S.title] Association" dat += "" - if(21) + if(PDA_UI_READ_MESSAGES) if(icon_alert && !istext(icon_alert)) cut_overlay(icon_alert) icon_alert = initial(icon_alert) @@ -429,7 +429,7 @@ GLOBAL_LIST_EMPTY(PDAs) dat += tnote dat += "
" - if (3) + if (PDA_UI_ATMOS_SCAN) dat += "

[PDAIMG(atmos)] Atmospheric Readings

" var/turf/T = user.loc @@ -544,7 +544,7 @@ GLOBAL_LIST_EMPTY(PDAs) if(!silent) playsound(src, 'sound/machines/terminal_select.ogg', 15, TRUE) if(PDA_UI_READ_MESSAGES) - ui_mode = PDA_UI_MESSENGER + ui_mode = PDA_UI_READ_MESSAGES if(!silent) playsound(src, 'sound/machines/terminal_select.ogg', 15, TRUE) if(PDA_UI_ATMOS_SCAN)