summaryrefslogtreecommitdiff
path: root/npc/005-1-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-10 01:57:30 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-10 01:57:30 -0200
commitd3cb22c8ff30ca43549331f602e0798d6f859bb9 (patch)
treee9ac9fd8103c2c28f20694b722d35d15e47df74a /npc/005-1-1
parentf1656170420751dd93bbc12601d239b3c0f6a000 (diff)
downloadserverdata-d3cb22c8ff30ca43549331f602e0798d6f859bb9.tar.gz
serverdata-d3cb22c8ff30ca43549331f602e0798d6f859bb9.tar.bz2
serverdata-d3cb22c8ff30ca43549331f602e0798d6f859bb9.tar.xz
serverdata-d3cb22c8ff30ca43549331f602e0798d6f859bb9.zip
[skip ci] more debug required and I'm going to bed
Diffstat (limited to 'npc/005-1-1')
-rw-r--r--npc/005-1-1/main.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/005-1-1/main.txt b/npc/005-1-1/main.txt
index 3852d5af4..66a5a43cf 100644
--- a/npc/005-1-1/main.txt
+++ b/npc/005-1-1/main.txt
@@ -137,6 +137,7 @@ OnInteract:
// Destroy the crop if needed
.@cropId$=getcropid(.@x, .@y);
if (array_find(@DESTROYED, .@cropId$) == -1) {
+ debugmes("[LOGIC] -------------------------- crop found");
array_push(@DESTROYED, .@cropId$);
debugmes("[LOGIC] -------------------------- crop destroyed");
hideonnpc instance_npcname("#Marggo"+.@cropId$, MARGGO_ID);