Allows turning down the lore radio volume and changes its chat appearance (#23143)

This makes it less distracting and allows to also set it as background
noise without occupying chat.
The time between the chat messages were also slightly increased, to make
it less spammy.
<img width="901" height="220" alt="image"
src="https://github.com/user-attachments/assets/e3982a59-a3e6-4758-857d-8274e046c623"
/>
<img width="900" height="134" alt="image"
src="https://github.com/user-attachments/assets/96802421-21c7-4472-a68c-17e5e098044c"
/>
This commit is contained in:
Casper3667
2026-08-27 23:06:18 +00:00
committed by GitHub
parent d5aff0fe4d
commit 7883654ec1
8 changed files with 51 additions and 9 deletions
@@ -231,7 +231,7 @@
broadcast_info[RADIO_NEXT_BROADCAST] = world.time + 30 SECONDS // give it a bit of a breather if we've exhausted all the messages
else
broadcast_info[RADIO_BROADCAST_INDEX]++
broadcast_info[RADIO_NEXT_BROADCAST] = world.time + (rand(6, 10) SECONDS) // otherwise, throw in a randomish delay (considering we're on SSprocessing, it'll uusssuaaalllyyy be about 2 seconds at minimum)
broadcast_info[RADIO_NEXT_BROADCAST] = world.time + (rand(10, 14) SECONDS) // otherwise, throw in a randomish delay (considering we're on SSprocessing, it'll uusssuaaalllyyy be about 2 seconds at minimum)
/datum/space_sector/proc/get_chat_description()
return "<hr><div align='center'><hr1><B>Current Sector: [name]!</B></hr1><br><i>[description]</i><hr></div>"