summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-gear.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-gear.cc')
-rw-r--r--crawl-ref/source/mon-gear.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-gear.cc b/crawl-ref/source/mon-gear.cc
index ebc7fc6be4..ba2e2b68ab 100644
--- a/crawl-ref/source/mon-gear.cc
+++ b/crawl-ref/source/mon-gear.cc
@@ -659,7 +659,7 @@ static item_make_species_type _give_weapon(monsters *mon, int level,
item.base_type = OBJ_WEAPONS;
item.colour = YELLOW; // forced by force_item above {dlb}
- item.sub_type = (one_chance_in(4) ? WPN_BLESSED_EUDEMON_BLADE
+ item.sub_type = (one_chance_in(4) ? WPN_HOLY_EUDEMON_BLADE
: WPN_LONG_SWORD);
set_equip_desc(item, ISFLAG_GLOWING);