summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf17
1 files changed, 12 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index ec4a38d6..07ed650b 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -151,11 +151,18 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 12;
- @max = 18;
- @delay = 3;
- @type = 1;
- doevent "rand_sc_heal::OnUse";
+ if (@useType == 1)
+ {
+ dispbottom(l("Planting not implemented."));
+ }
+ else
+ {
+ @min = 12;
+ @max = 18;
+ @delay = 3;
+ @type = 1;
+ doevent "rand_sc_heal::OnUse";
+ }
">
},
{