diff options
author | Alige <aligetmw@hotmail.fr> | 2014-07-18 13:45:05 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2014-07-18 13:45:05 +0200 |
commit | ad2bda4ea03052371843ca90d1d574cadc63e199 (patch) | |
tree | 1844a0da44d45a0fc116051504eb33d7220e504d /items.xml | |
parent | 9ab6a300ca56d9f4a40fb9023337a170bd726569 (diff) | |
download | clientdata-ad2bda4ea03052371843ca90d1d574cadc63e199.tar.gz clientdata-ad2bda4ea03052371843ca90d1d574cadc63e199.tar.bz2 clientdata-ad2bda4ea03052371843ca90d1d574cadc63e199.tar.xz clientdata-ad2bda4ea03052371843ca90d1d574cadc63e199.zip |
Completed the work done of the "UseButton" on the usable items, in items.xml.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -181,6 +181,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="usable/acorn.png" name="Acorn" description="Squichy's food which could taste good in a cake." + useButton="Eat" effect="Heal 12-18 HP" type="usable" weight="3" @@ -297,7 +298,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="usable/croconut.png" name="Croconut" description="Fallen from a crocotree, this fruit could be opened." - useButton="Eat" + useButton="Open" type="usable" weight="80" maxFloorOffsetX="10" |