summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-30 13:22:09 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-30 13:23:53 +0100
commit6f06963cd90a07d112d7a41e057f8076e250d28c (patch)
treed2f7267214d997d3aead3fd551740e2803f3c260 /crawl-ref/source/spl-data.h
parent941444076c26e5e5149c6368a4261d60842fe3ec (diff)
downloadcrawl-ref-6f06963cd90a07d112d7a41e057f8076e250d28c.tar.gz
crawl-ref-6f06963cd90a07d112d7a41e057f8076e250d28c.zip
Make passwall silent.
Previously, it had a noise level of 3, making it all but useless for stabbing when going through walls of width one.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index d775c75b3f..8b6392e322 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -1631,7 +1631,7 @@
3,
200,
-1, -1,
- 0,
+ -3, // make silent to keep passwall a viable stabbing spell [rob]
NULL,
false,
true