PDA ringtones now show a balloon alert (#87278)

## About The Pull Request

This makes it so receiving a PDA message will give the holder a balloon
alert with their ringtone.

## Why It's Good For The Game

PDA messages are often ignored due to not being noticed, as many players
are more often focused on the main game screen (which runechat has
somewhat normalized) than the chat window. This makes things more
obvious that there's a PDA message.

## Changelog
🆑
add: PDA ringtones now show a balloon alert to the PDA holder.
/🆑
This commit is contained in:
Lucy
2024-10-20 11:12:12 -04:00
committed by GitHub
parent b5f4fc3037
commit 45725ebcc2
2 changed files with 6 additions and 3 deletions
@@ -718,7 +718,7 @@
SEND_SIGNAL(computer, COMSIG_COMPUTER_RECEIVED_MESSAGE, sender_title, inbound_message, photo_message)
if (alert_able && (!alert_silenced || is_rigged))
computer.ring(ringtone)
computer.ring(ringtone, receievers)
SStgui.update_uis(computer)
update_pictures_for_all()