summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-08-06 16:52:21 +0200
committerAlige <gauvain.dauchy@free.fr>2016-08-06 16:52:21 +0200
commit18836cf30fd9482e5d4cba8735bc7313f0a6a07c (patch)
tree22ef9520582d69bf6eece92330c802104c2e08c4 /npc
parent0b0ca4af260490c081c290b5f69cb5ec1593e075 (diff)
downloadserverdata-18836cf30fd9482e5d4cba8735bc7313f0a6a07c.tar.gz
serverdata-18836cf30fd9482e5d4cba8735bc7313f0a6a07c.tar.bz2
serverdata-18836cf30fd9482e5d4cba8735bc7313f0a6a07c.tar.xz
serverdata-18836cf30fd9482e5d4cba8735bc7313f0a6a07c.zip
Shouldn't open a npc chat window just to say the player can't dig somewhere.
Diffstat (limited to 'npc')
-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;
}