summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-11 22:54:07 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-11 22:54:07 +0000
commit944a7fef21fe394a7fcb695f7d51058600e40a99 (patch)
tree403422c4eb73ad401b419ef3f290dec72aff1150 /crawl-ref/source/makeitem.cc
parent3a5945e2b78398b85625a89fe7164b7dfa23c5ba (diff)
downloadcrawl-ref-944a7fef21fe394a7fcb695f7d51058600e40a99.tar.gz
crawl-ref-944a7fef21fe394a7fcb695f7d51058600e40a99.zip
Bar Trog from gifting weapons of pain (strongly associated with
Necromantic magic) and holy wrath (blessed by TSO, whom Trog presumably hates). Also change the newwave colours of bucklers and large shields to match that of shields rather than mails. It's been this long and I never noticed... whoops! git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3429 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index eeecee763e..fb43795f29 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -280,6 +280,8 @@ static int newwave_armour_colour(const item_def &item)
item_colour = WHITE;
break;
case ARM_SHIELD:
+ case ARM_LARGE_SHIELD:
+ case ARM_BUCKLER:
item_colour = CYAN;
break;
default: