|
From: <gi...@cr...> - 2013-09-29 16:06:17
|
via c4b83a3cecf7e8bf91b38d924a5fbec28f5de4a4 (commit)
from ca57cafa71833fd7dfe04350d9bc05ef4f7edc84 (commit)
-----------------------------------------------------------------------
commit c4b83a3cecf7e8bf91b38d924a5fbec28f5de4a4
Author: Neil Moore <ne...@s-...>
Date: Sun Sep 29 11:58:21 2013 -0400
Add missing message channels to options_guide.txt
(cherry picked from commit ae74471aa071f16930403951d6949f5eb251561c)
-----------------------------------------------------------------------
Summary of changes:
crawl-ref/docs/options_guide.txt | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 5c78553..dc2e953 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -1593,24 +1593,29 @@ CHANNEL_NAME can currently be one of these:
recovery = recovery from disease/stat loss/poison conditions
talk = monsters talking
talk_visual = monster performing some action that the player sees
+ timed_portal = portal timeout messages
+ sound = other sounds
intrinsic_gain = level/stat/species power gains
mutation = gain/lose mutations
monster_spell = messages about monsters gesturing or casting spells
monster_enchant = messages pertaining to monster enchantments
friend_spell = as monster_spell, but only for friendly monsters
friend_enchant = as monster_enchant, but only for friendly monsters
+ friend_action = other actions by friendly monsters
monster_damage = messages telling how damaged a monster is
+ monster_target = messages marking the monster as a target (unused)
+ banishment = messages about banishing and being banished to the Abyss
rotten_meat = messages about chunks/corpses becoming rotten
equipment = messages indicating worn/wielded equipment
- floor = messages when looking at or walking over a floor
- item
- multiturn = indicates long actions (wearing armour, dissecting
- etc.)
+ floor = messages when looking at or walking over a floor item
+ multiturn = indicates long actions (wearing armour, dissecting etc.)
examine = messages from examining your surroundings
examine_filter = boring messages from examining your surroundings
diagnostics = debugging messages
error = error messages
tutorial = messages from the tutorial
+ orb = messages about the Orb of Zot
+ hell_effect = messages about environmental effects of the Hells
The channel options are
mute = show no messages from channel (dangerous, be careful!)
--
Dungeon Crawl Stone Soup
|