Ghosts now have runechat (#95223)

## About The Pull Request

Ghosts now have runechat between eachother and when the round's over.
Taken from https://github.com/Monkestation/Monkestation2.0/pull/797

## Why It's Good For The Game

It makes for better screenshots and for messages to not be drowned out
between ghost convo.

## Changelog

🆑 dwasint
qol: Ghosts now have runechat.
/🆑

---------

Co-authored-by: Jordan Dominion <jordanhcbrown+github@gmail.com>
This commit is contained in:
John Willard
2026-02-24 20:49:03 -05:00
committed by GitHub
parent 8fb0f91587
commit d0f6dfd46e
4 changed files with 23 additions and 0 deletions
@@ -8,6 +8,11 @@
savefile_key = "see_chat_non_mob"
savefile_identifier = PREFERENCE_PLAYER
/datum/preference/toggle/enable_runechat_ghosts
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
savefile_key = "chat_on_ghosts"
savefile_identifier = PREFERENCE_PLAYER
/datum/preference/toggle/see_rc_emotes
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
savefile_key = "see_rc_emotes"