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 27c9352c..b4a5a968 100644
--- a/npc/items/shovel.txt
+++ b/npc/items/shovel.txt
@@ -72,7 +72,7 @@
if (@ShovelLastUsed + max(4, .@playertick) > .@tick)
{
narrator S_FIRST_BLANK_LINE,
- lg("You are exhausted, you should rest a bit.");
+ l("You are exhausted, you should rest a bit.");
return true;
}
@ShovelLastUsed = .@tick;