summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 6be4a987c..12604befd 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2464,7 +2464,9 @@ item_db: (
Script: <"
if (!getmapxy(.@map$, .@x, .@y, 0)) {
monster(.@map$, .@x, .@y, l("Pumpkandy"), Pumpkandy, 1);
- $TREE_PLANTED=$TREE_PLANTED+1;
+ if ($EVENT$ == "Halloween")
+ monster(.@map$, .@x, .@y, l("Pumpkandy"), Pumpkandy, 1);
+ //$TREE_PLANTED=$TREE_PLANTED+1; // Not a tree.
}
">
},