summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-17 18:07:46 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-17 18:07:46 +0000
commitf1b8a180dc5d5e01c01456a0d511f4683ad97b78 (patch)
tree77ef25eec441161980479b344ae768d70563a868 /crawl-ref/source
parent8b996888e5854e912e8ae2d97e64089f44c9a372 (diff)
downloadcrawl-ref-f1b8a180dc5d5e01c01456a0d511f4683ad97b78.tar.gz
crawl-ref-f1b8a180dc5d5e01c01456a0d511f4683ad97b78.zip
Revert quarterstaves' damage and accuracy to pre-4.1 values: 7, +6.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4308 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/describe.cc2
-rw-r--r--crawl-ref/source/itemprop.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index aa4530e46a..622d9a83a7 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1627,7 +1627,7 @@ std::string get_item_description( const item_def &item, bool verbose,
else
{
description <<
- "$Damage rating: 9 Accuracy rating: +2 "
+ "$Damage rating: 7 Accuracy rating: +6 "
"Attack delay: 120%";
description << "$$It falls into the 'staves' category.";
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 09d109110e..0a6279347f 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -325,7 +325,7 @@ static weapon_def Weapon_prop[NUM_WEAPONS] =
SK_POLEARMS, HANDS_TWO, SIZE_LARGE, MI_NONE, false,
DAMV_CHOPPING, 2 },
- { WPN_QUARTERSTAFF, "quarterstaff", 9, 2, 12, 180, 7,
+ { WPN_QUARTERSTAFF, "quarterstaff", 7, 6, 12, 180, 7,
SK_STAVES, HANDS_DOUBLE, SIZE_LARGE, MI_NONE, false,
DAMV_CRUSHING, 10 },
{ WPN_LAJATANG, "lajatang", 14, -3, 14, 200, 3,