summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-03 13:33:58 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-03 13:33:58 +0000
commitcbb4198487aa2b7a3e59d5ad42d29bed2058ebbd (patch)
tree0b07c8eaca284090c82c8794549e7e0c474ec793 /crawl-ref/source/dat
parentd21e4e79c268f7ed72f3c60b2e566c07047f4bc8 (diff)
downloadcrawl-ref-cbb4198487aa2b7a3e59d5ad42d29bed2058ebbd.tar.gz
crawl-ref-cbb4198487aa2b7a3e59d5ad42d29bed2058ebbd.zip
Change butchering prompt to hopefully be less confusing (BR 2009022).
Also add a key to some kind of butchering help (may need tweaking) and 'b' is yet another synonym for 'c' but will allow Vampires to butcher a corpse they'd otherwise bottle. This only works while the prompt is given, i.e. if always_confirm_butcher is false Vampires will automatically attempt to bottle the blood in a single corpse (unless that is impossible, in which case they'll butcher it instead). Also fix corpses sometimes not being destroyed when drained by a Vampire. (Big oops!) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6366 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat')
-rw-r--r--crawl-ref/source/dat/database/help.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/crawl-ref/source/dat/database/help.txt b/crawl-ref/source/dat/database/help.txt
index ee738be36e..69a4a889f5 100644
--- a/crawl-ref/source/dat/database/help.txt
+++ b/crawl-ref/source/dat/database/help.txt
@@ -109,3 +109,25 @@ interlevel-travel.depth.prompt
<w>$</w> : Change default to deepest visited level in this branch.
<w>^</w> : Change default to the entrance to the current level.
%%%%
+butchering
+
+<h>Butchering<h>
+<w>y, c</w>: Butcher the selected corpse.
+<w>a</w> : Butcher this corpse and all the ones following in the stack.
+<w>q</w> : Quit the prompt (don't butcher anything).
+<w>n</w> : Don't butcher this corpse, skip to the next one.
+ (This is the default behaviour if you answer with anything not
+ listed here.)
+
+<h>Special information for Vampires</h>
+<w>y, c</w>: Butcher or bottle the selected corpse, as applicable.
+<w>b</w> : Butcher this corpse even if you would normally bottle it.
+<w>a</w> : Butcher this corpse and all the ones following in the stack.
+ If the prompt is about bottling the blood, all bloodless corpses
+ will be skipped.
+
+<h>Notes for Tiles</h>
+If you are playing with Tiles you can butcher (or bottle) a single
+corpse on the ground by clicking the <w>left mouse button</w> while pressing
+<w>Shift</w>.
+%%%%