mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user