summaryrefslogtreecommitdiff
path: root/npc/items/shovel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/shovel.txt')
-rw-r--r--npc/items/shovel.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt
index 7f5132a08..947d89eec 100644
--- a/npc/items/shovel.txt
+++ b/npc/items/shovel.txt
@@ -73,7 +73,7 @@ function script shovel_scatter {
function Dig {
- // First check: Did some player burried a TREASURE? O.o
+ // First check: Did some player bury some TREASURE? O.o
getmapxy(.@map$, .@x, .@y, 0);
for (.@i = 0; .@i < getarraysize($WorldBuriedTreasures_id); .@i++)
{