summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-gear.cc
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-08 14:07:28 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-08 14:18:31 -0500
commitb0c4420a2140e2981ab6cb4054617cedec850c30 (patch)
treeb1da5f13238228e077efd0506f532b5be12fc120 /crawl-ref/source/mon-gear.cc
parent58b3ab725dec733191e76dcfa02243cc6b0ce3ac (diff)
downloadcrawl-ref-b0c4420a2140e2981ab6cb4054617cedec850c30.tar.gz
crawl-ref-b0c4420a2140e2981ab6cb4054617cedec850c30.zip
Make Psyche actually get a chaos or distortion weapon
The brand given to Psyche's weapon was getting overridden farther along in _give_weapon
Diffstat (limited to 'crawl-ref/source/mon-gear.cc')
-rw-r--r--crawl-ref/source/mon-gear.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-gear.cc b/crawl-ref/source/mon-gear.cc
index 283639e95f..7fa6b55a39 100644
--- a/crawl-ref/source/mon-gear.cc
+++ b/crawl-ref/source/mon-gear.cc
@@ -763,6 +763,7 @@ static item_make_species_type _give_weapon(monsters *mon, int level,
if (mon->type == MONS_PSYCHE)
{
+ force_item = true;
set_item_ego_type(item, OBJ_WEAPONS,
random_choose_weighted(3, SPWPN_CHAOS,
1, SPWPN_DISTORTION,