summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-13 17:36:31 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-13 17:37:48 -0800
commit7e99e3c55edf834ceaf523b68e6d39475b4981e9 (patch)
tree9bae8c0aacc032dc7f53d271a6def6218bdbc8b2 /crawl-ref/source/itemprop.cc
parentcbde1e51fc1475e60e247335f4450f14aeeb379b (diff)
downloadcrawl-ref-7e99e3c55edf834ceaf523b68e6d39475b4981e9.tar.gz
crawl-ref-7e99e3c55edf834ceaf523b68e6d39475b4981e9.zip
Give giant spiked clubs a nonzero acquirement weight
They're the best weapon in the game for the races that can weild them, it makes no sense to exclude them from acquirements. Also give mundane items generated by acquirement enchantments and artifact status.
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 20acaf45aa..fd192212c5 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -211,10 +211,10 @@ static weapon_def Weapon_prop[NUM_WEAPONS] =
DAMV_CRUSHING, 10 },
{ WPN_GIANT_CLUB, "giant club", 20, -6, 17, 330, 10,
SK_MACES_FLAILS, HANDS_TWO, SIZE_BIG, MI_NONE, false,
- DAMV_CRUSHING, 0 },
+ DAMV_CRUSHING, 10 },
{ WPN_GIANT_SPIKED_CLUB, "giant spiked club", 22, -7, 18, 350, 10,
SK_MACES_FLAILS, HANDS_TWO, SIZE_BIG, MI_NONE, false,
- DAMV_PIERCING | DAM_BLUDGEON, 0 },
+ DAMV_PIERCING | DAM_BLUDGEON, 10 },
// Short Blades
{ WPN_KNIFE, "knife", 3, 5, 10, 10, 1,