diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-08-06 16:52:21 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-08-06 16:52:21 +0200 |
commit | 18836cf30fd9482e5d4cba8735bc7313f0a6a07c (patch) | |
tree | 22ef9520582d69bf6eece92330c802104c2e08c4 /npc | |
parent | 0b0ca4af260490c081c290b5f69cb5ec1593e075 (diff) | |
download | serverdata-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.txt | 2 |
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; } |