summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorEino Keskitalo <evktalo@users.sourceforge.net>2009-10-18 23:58:49 +0300
committerEino Keskitalo <evktalo@users.sourceforge.net>2009-10-18 23:59:58 +0300
commitb3475474824eb75feb901ed9fa3b5826626a185b (patch)
tree3931e8b28b62f315a75a48b5ca93f244de13a956 /crawl-ref/source/makeitem.cc
parentf2b2d2ed9dfd215bcf947d6a6ecad2d7bee6ee52 (diff)
downloadcrawl-ref-b3475474824eb75feb901ed9fa3b5826626a185b.tar.gz
crawl-ref-b3475474824eb75feb901ed9fa3b5826626a185b.zip
Generate shields of reflection randomly.
Half of the branded shields are generated with reflection, for testing purposes. Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
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 c8484ec8eb..d81ae9dce6 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -2010,6 +2010,7 @@ static special_armour_type _determine_armour_ego(const item_def& item,
120, SPARM_POISON_RESISTANCE,
120, SPARM_POSITIVE_ENERGY,
480, SPARM_PROTECTION,
+ 1000, SPARM_REFLECTION, //XXX: Testing
0));
break;