summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-01 00:53:12 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-01 00:53:12 -0300
commit0e70dbbcacf8344b52134ab1b173a793254b3517 (patch)
tree55d7a68ab06c76d9267abb8024d632aede800e5b /npc/items
parenta2e25188684b1c24074ffbf275c7c5eb51bfc27f (diff)
downloadserverdata-0e70dbbcacf8344b52134ab1b173a793254b3517.tar.gz
serverdata-0e70dbbcacf8344b52134ab1b173a793254b3517.tar.bz2
serverdata-0e70dbbcacf8344b52134ab1b173a793254b3517.tar.xz
serverdata-0e70dbbcacf8344b52134ab1b173a793254b3517.zip
[skip ci] debug
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/shovel.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt
index 4b60d2773..7418105e9 100644
--- a/npc/items/shovel.txt
+++ b/npc/items/shovel.txt
@@ -36,6 +36,7 @@ function script shovel_scatter {
for (.@i = 0; .@i < .@amount; .@i++)
shovel_scriptItem(.@map$, rand(.@x1,.@x2), rand(.@y1,.@y2), any_of(.@id));
+ debugmes "Scattered "+.@amount+" items on "+.@map$;
return;
}