summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 18:15:46 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 18:15:46 +0000
commita17f0f5844f97d6663a90197578200ee3cabf428 (patch)
treee3ef89b23ad0bfd3713f253a42ccd952f0aab3a0 /crawl-ref/source/makeitem.cc
parentdb55de1b81e7adbacee199240a53180ed545b077 (diff)
downloadcrawl-ref-a17f0f5844f97d6663a90197578200ee3cabf428.tar.gz
crawl-ref-a17f0f5844f97d6663a90197578200ee3cabf428.zip
Make angels' holy weapons yellow, to match daevas' holy weapons.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7952 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 cd028c986d..144e3413eb 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -3432,7 +3432,7 @@ static item_make_species_type _give_weapon(monsters *mon, int level,
force_item = true;
item_race = MAKE_ITEM_NO_RACE;
item.base_type = OBJ_WEAPONS;
- item.colour = WHITE; // forced by force_item above {dlb}
+ item.colour = YELLOW; // forced by force_item above {dlb}
item.sub_type = (one_chance_in(4) ? WPN_GREAT_MACE
: WPN_MACE);