From 944a7fef21fe394a7fcb695f7d51058600e40a99 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 11 Feb 2008 22:54:07 +0000 Subject: 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 --- crawl-ref/source/makeitem.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/makeitem.cc') 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: -- cgit v1.2.3-54-g00ecf