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-25 14:49:03 +13:00
committed by GitHub
co-authored by Jordan Dominion
parent 8fb0f91587
commit d0f6dfd46e
4 changed files with 23 additions and 0 deletions
+6
View File
@@ -437,6 +437,12 @@
return FALSE
return TRUE
/mob/dead/observer/runechat_prefs_check(mob/target, visible_message_flags = NONE)
if(!..())
return FALSE
if(!target.client?.prefs.read_preference(/datum/preference/toggle/enable_runechat_ghosts))
return FALSE
return TRUE
///Get the item on the mob in the storage slot identified by the id passed in
/mob/proc/get_item_by_slot(slot_id) as /obj/item