summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/034_changes.txt
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-04 07:23:40 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-04 07:23:40 +0000
commit4fb433c499f4dd091ca5db56268a729579a420a0 (patch)
treeb13801f662665a14ad98c202d828f8fd70cb573d /crawl-ref/docs/034_changes.txt
parent02eb6893037ce2da9fd70848e2734032283b793e (diff)
downloadcrawl-ref-4fb433c499f4dd091ca5db56268a729579a420a0.tar.gz
crawl-ref-4fb433c499f4dd091ca5db56268a729579a420a0.zip
Fix zombies of wrong habitat on land. It turns out that all those
careful checks for habitat were ignored (default is HT_LAND) because the base type for undead wasn't chosen until after the position. I now added another habitat check during the base type selection loop and now everything works. :) Add a warning inscription !D that ignores such items during actions like sacrificing items, destroying weapons (Ely), burning books (Trog) or casting sticks to snakes. The failure messages are very clumsy now, but they do get the point across, I hope. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5472 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/034_changes.txt')
-rw-r--r--crawl-ref/docs/034_changes.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/docs/034_changes.txt b/crawl-ref/docs/034_changes.txt
index a4d588ee84..9d7f3871b3 100644
--- a/crawl-ref/docs/034_changes.txt
+++ b/crawl-ref/docs/034_changes.txt
@@ -40,8 +40,8 @@ them:
We are content that all of these changes are genuine improvements. Should
your brain be hardwired to the old settings, you can effectively enforce
the 0.3.4 state by using the following options:
- : crawl.read_options('docs/034_monster_glyphs.txt')
- additional_macro_file = docs/034_command_keys.txt
+ include = 034_monster_glyphs.txt
+ additional_macro_file = 034_command_keys.txt
always_confirm_butcher = true
Note that the header of init.txt contains these lines. (It contains some
@@ -52,5 +52,5 @@ the old keyset, be aware that D is also a synonym for 'yes' in the
butcher interface.
If you choose to go with the new keyset or the new butcher interface and
-you intend to use your old macros, you need to look through your macro.txt
-file.
+you intend to use your old macros, you'll need to look through your
+macro.txt file.