summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-25 23:16:53 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-25 23:16:53 -0500
commitaba6024bbc8ccfa354cd20cde288a35d5e5b929f (patch)
treeb55a720bf68d06e89110d2fba9c6aff3b40200ca /crawl-ref/source/itemprop.h
parent0c229026108e080afa9774f5a77f28c29987e3e0 (diff)
downloadcrawl-ref-aba6024bbc8ccfa354cd20cde288a35d5e5b929f.tar.gz
crawl-ref-aba6024bbc8ccfa354cd20cde288a35d5e5b929f.zip
Attempt to make whips viable starting weapons:
1. Increase their damage from 4 to 6. 2. Reduce the probability for reaching a bit, and introduce the probability for pain. 3. Give (big) kobolds a small chance to start with whips.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 6c511fc484..f98131427f 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -398,8 +398,8 @@ enum stave_type
enum weapon_type
{
- WPN_WHIP, // 0
- WPN_CLUB,
+ WPN_CLUB, // 0
+ WPN_WHIP,
WPN_HAMMER,
WPN_MACE,
WPN_FLAIL,