summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-15 21:26:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-15 21:26:14 +0000
commit7cebdc5c64542e90bb07b7e6e7fc107a59f8ccb8 (patch)
treed40e413c79f18fda66c066cb921dc2ba70e518ff /crawl-ref/source/makeitem.cc
parent1682e7b0ab2b1d27a08bda37ed17437e04a42af0 (diff)
downloadcrawl-ref-7cebdc5c64542e90bb07b7e6e7fc107a59f8ccb8.tar.gz
crawl-ref-7cebdc5c64542e90bb07b7e6e7fc107a59f8ccb8.zip
Make daevas get long swords of holy wrath again, to avoid confusion.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4251 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index daa04b5113..b392e63520 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -3408,7 +3408,7 @@ static item_make_species_type give_weapon(monsters *mon, int level,
item.colour = WHITE; // forced by force_item above {dlb}
item.sub_type = (one_chance_in(4) ? WPN_BLESSED_BLADE
- : WPN_BLESSED_LONG_SWORD);
+ : WPN_LONG_SWORD);
set_equip_desc( item, ISFLAG_GLOWING );
set_item_ego_type( item, OBJ_WEAPONS, SPWPN_HOLY_WRATH );