diff options
-rw-r--r-- | npc/items/shovel.txt | 1 |
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; } |