summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 07ed650b..3263c84d 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -153,7 +153,10 @@ item_db: (
Script: <"
if (@useType == 1)
{
- dispbottom(l("Planting not implemented."));
+ if (!getmapxy(.@map$, .@x, .@y, 0))
+ {
+ monster(.@map$, .@x, .@y, l("Oak"), 1017, 1);
+ }
}
else
{