diff options
Diffstat (limited to 'npc')
-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 f8a110f94..b0b3553c6 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -165,6 +165,7 @@ function script shovel_scatter { return 0; } + // Scope: ShovelQuests_ → x, y, map, func{tion} function ShovelQuests { getmapxy(.@map$, .@x, .@y, 0); for (.@i = 0; .@i < getarraysize(ShovelQuests_func$); .@i++) |