From 3a5ab38bf378c7d12431795959ce7b040c9516ff Mon Sep 17 00:00:00 2001
From: Chuck Miller <shadowmil@gmail.com>
Date: Sun, 21 Mar 2010 21:58:18 -0400
Subject: [PATCH] Remove dye strings from Light Plate Mail.
Its showing up as black with the strings (maybe it was not made to be dyed).
And shows correctly with out it.
---
items.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/items.xml b/items.xml
index bb813a8..e41da55 100644
--- a/items.xml
+++ b/items.xml
@@ -1326,7 +1326,7 @@
<sprite gender="female">chest-chainmail-female.xml</sprite>
</item>
<item id="626"
- image="armor-chest-lightplatemail.png|W:#ddeeff"
+ image="armor-chest-lightplatemail.png"
name="Light Platemail"
description="A light cuirass with shoulder pads made of iron, usually worn by foot soldiers."
effect="+25% Defense"
@@ -1334,8 +1334,8 @@
weight="240"
defense="25"
max-per-slot="1">
- <sprite gender="male">chest-lightplatemail-male.xml|W:#ddeeff</sprite>
- <sprite gender="female">chest-lightplatemail-female.xml|W:#ddeeff</sprite>
+ <sprite gender="male">chest-lightplatemail-male.xml</sprite>
+ <sprite gender="female">chest-lightplatemail-female.xml</sprite>
</item>
<item id="627"
image="armor-head-tophat.png"
--
1.6.3.3