summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-16 21:00:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-16 21:00:31 +0000
commit273c857b31779ebfe5e7ca6c0f3c293fafccbbe3 (patch)
tree58136cd1a20a18990b257ff4e58caa06e64114a6 /crawl-ref/source/makeitem.cc
parent1e3eebd6c6f0d26e5a2c1b815cf119d0f9280b2e (diff)
downloadcrawl-ref-273c857b31779ebfe5e7ca6c0f3c293fafccbbe3.tar.gz
crawl-ref-273c857b31779ebfe5e7ca6c0f3c293fafccbbe3.zip
Really disable it this time.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5088 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 2fb3aa20db..680abc135c 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -1019,11 +1019,6 @@ static item_status_flag_type _determine_weapon_race(const item_def& item,
rc = ISFLAG_DWARVEN;
break;
- case WPN_ANKUS:
- if (one_chance_in(4))
- rc = ISFLAG_ORCISH;
- break;
-
case WPN_DAGGER:
if (one_chance_in(3))
rc = ISFLAG_ORCISH;