summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-16 20:59:43 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-16 20:59:43 +0000
commit1e3eebd6c6f0d26e5a2c1b815cf119d0f9280b2e (patch)
tree49e10bece76f638e0bf8230f05c21a3e143e757d /crawl-ref/source/itemprop.cc
parent72f4d01320c4773054f6707fd37eb8ea9b991c21 (diff)
downloadcrawl-ref-1e3eebd6c6f0d26e5a2c1b815cf119d0f9280b2e.tar.gz
crawl-ref-1e3eebd6c6f0d26e5a2c1b815cf119d0f9280b2e.zip
Disallow racial (orcish) ankuses again, since they're not really clubs,
and orcs don't seem to fit the image of elephant drivers the way ogres do, due to the former's smaller size. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5087 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index df1db13883..e7617661fc 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -670,6 +670,7 @@ void set_equip_race( item_def &item, unsigned long flags )
case OBJ_WEAPONS:
if (item.sub_type == WPN_GIANT_CLUB
|| item.sub_type == WPN_GIANT_SPIKED_CLUB
+ || item.sub_type == WPN_ANKUS
|| item.sub_type == WPN_KATANA
|| item.sub_type == WPN_LAJATANG
|| item.sub_type == WPN_SLING
@@ -759,7 +760,6 @@ void set_equip_race( item_def &item, unsigned long flags )
&& item.sub_type != WPN_FALCHION)
|| item.sub_type == WPN_QUICK_BLADE
|| item.sub_type == WPN_CLUB
- || item.sub_type == WPN_ANKUS
|| item.sub_type == WPN_WHIP
|| item.sub_type == WPN_BLOWGUN
|| item.sub_type == WPN_BOW