From a17f0f5844f97d6663a90197578200ee3cabf428 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 24 Dec 2008 18:15:46 +0000 Subject: 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 --- crawl-ref/source/makeitem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makeitem.cc') 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); -- cgit v1.2.3-54-g00ecf