diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-26 07:55:02 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-26 07:55:02 +0400 |
commit | 5fc5fd5b4c4704899327274ab46b3a05057d7b64 (patch) | |
tree | da17e1052982f8b637eb5c6694c81ee93f2a195e | |
parent | 35862e894f682ae223f751f36c738b2d630f3fc8 (diff) | |
download | clientdata-5fc5fd5b4c4704899327274ab46b3a05057d7b64.tar.gz clientdata-5fc5fd5b4c4704899327274ab46b3a05057d7b64.tar.bz2 clientdata-5fc5fd5b4c4704899327274ab46b3a05057d7b64.tar.xz clientdata-5fc5fd5b4c4704899327274ab46b3a05057d7b64.zip |
In items.xml: 2 necessary typos fixed + 1 wrong, spare "/>" removed.
-rw-r--r-- | items.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -177,11 +177,11 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="503" image="usable/fungus.png" name="Fungus" - description="A non-toxic mushroom growing in moist place." + description="A non-toxic mushroom growing in moist places." effect="+25 HP" type="usable" weight="7" - maxFloorOffset="9"/>/> + maxFloorOffset="9"/> <item id="504" image="usable/cheese.png" name="Cheese" @@ -290,7 +290,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="usable/pumpkinseed.png" name="Pumpkin Seeds" description="Doesn't seem very appetizing..." - effect="+1 HP, Headache" + effect="+1 HP / Headache" type="usable" weight="1"/> |