Fixes not being able to adjust pda ringtones in-game (#89256)

## About The Pull Request
x = x is silly
## Why It's Good For The Game
fix
## Changelog
🆑
fix: PDA ringtones can be changed in-game
/🆑
This commit is contained in:
FlufflesTheDog
2025-01-29 09:38:44 -07:00
committed by GitHub
parent 3a97af3f6f
commit d429fd87ce
@@ -148,7 +148,7 @@
if(SEND_SIGNAL(computer, COMSIG_TABLET_CHANGE_ID, user, new_ringtone) & COMPONENT_STOP_RINGTONE_CHANGE)
return FALSE
ringtone = ringtone
ringtone = new_ringtone
return TRUE
/datum/computer_file/program/messenger/ui_interact(mob/user, datum/tgui/ui)