From 18836cf30fd9482e5d4cba8735bc7313f0a6a07c Mon Sep 17 00:00:00 2001 From: Alige Date: Sat, 6 Aug 2016 16:52:21 +0200 Subject: Shouldn't open a npc chat window just to say the player can't dig somewhere. --- npc/items/shovel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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; } -- cgit v1.2.3-70-g09d2