summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-11 05:11:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-11 05:11:10 +0000
commit1e18a1cd8497408c8217e70496a4ef207e024597 (patch)
treef353b46a30b5e5d80264de044c74f00ef1a7d490 /crawl-ref/source/makeitem.cc
parentfdd102c5c9b88102b31cea30eeba7e1e41a351ff (diff)
downloadcrawl-ref-1e18a1cd8497408c8217e70496a4ef207e024597.tar.gz
crawl-ref-1e18a1cd8497408c8217e70496a4ef207e024597.zip
Add still one more consistency fix for equipment: let elven and orcish
leather armors be generated randomly. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3043 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index cf8ff56ffe..e6de89fa87 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -1891,6 +1891,7 @@ static item_status_flag_type determine_armour_race(const item_def& item,
rc = ISFLAG_ELVEN;
break;
+ case ARM_LEATHER_ARMOUR:
case ARM_RING_MAIL:
case ARM_SCALE_MAIL:
case ARM_CHAIN_MAIL: