diff options
Diffstat (limited to 'npc/items/shovel.txt')
-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 f17a554f8..7d2cb072d 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -89,7 +89,7 @@ function script shovel_scatter { return 0; .@tick = gettimetick(1); - .@playertick = .PlayerTiredTime - (readparam(bStr)/5); + .@playertick = .PlayerTiredTime - (readparam(bStr)/5) - (readparam(bVit)/10); if (@ShovelLastUsed + max(5, .@playertick) > .@tick) { mes ""; mesc lg("You are exhausted, you should rest a bit."); |