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 5ada2353..3f338c2c 100644
--- a/npc/items/shovel.txt
+++ b/npc/items/shovel.txt
@@ -135,7 +135,7 @@
OnUse:
if (!CheckDigLocation())
{
- narrator l("You can't use the shovel here.");
+ message strcharinfo(0), l("I can't use the shovel here.");
close;
}