summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/unrand.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-04 12:58:23 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-04 12:58:23 +0000
commit70d59beabaddfbb2edefee1f610e16881c8ff771 (patch)
treedf84450496a0044bac5a433f8805862cb42e89fe /crawl-ref/source/unrand.h
parentce144b644df6884660606906b2e0bd2d002a9c6c (diff)
downloadcrawl-ref-70d59beabaddfbb2edefee1f610e16881c8ff771.tar.gz
crawl-ref-70d59beabaddfbb2edefee1f610e16881c8ff771.zip
Add documentation for weapon noises and update comments.
Also update information about Throwing crosstraining. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2325 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/unrand.h')
-rw-r--r--crawl-ref/source/unrand.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/unrand.h b/crawl-ref/source/unrand.h
index 2775c2283a..57c2b0f0fc 100644
--- a/crawl-ref/source/unrand.h
+++ b/crawl-ref/source/unrand.h
@@ -80,8 +80,7 @@
Ranges for all these: 0 or 1.
make noise: Irritate nearby creatures and disrupts rest. Weapons only.
- Range: 1 - 4, for different types of noises (see special_wielded() in
- it_use3.cc); 0 for none.
+ Range: 0 or 1.
no spells: Prevents any spellcasting (but not scrolls or wands etc)
Range: 0 or 1.
teleport: Every now and then randomly teleports you. *Really* annoying.
@@ -861,7 +860,7 @@
SPWPN_VAMPIRICISM, 0, 0, 0, 0, 0,
0, 0, 0, 1, 1, 0, // res poison, prot life
0, 0, 0, 0, 0, 0,
- 0, 3, 0, 0, 0, // noise
+ 0, 1, 0, 0, 0, // noise
0, 0, 0, 0, 0,
0, -30 // stealth
}