summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--items.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/items.xml b/items.xml
index fc515a7b..b9419796 100644
--- a/items.xml
+++ b/items.xml
@@ -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>