diff options
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -6943,21 +6943,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="usable/food/acorn.png" name="Acorn Of Death" description="You died, and all you got was this nasty acorn!" - useButton="Eat" + useButton="Plant" effect="Heal 12-18 HP" type="usable" - weight="3" - maxFloorOffset="10"> + weight="1"> <inventory> <menu - name1="Eat" + name1="Plant" command1="useinv 'INVINDEX'" - name2="Eat" + name2="Plant" /> <menu - name1="Plant" + name1="Eat" command1="useinv 'INVINDEX' 1" - name2="Plant" + name2="Eat" /> </inventory> </item> |