Skip to content

Commit

Permalink
digging sfx
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Jan 7, 2025
1 parent 9aa51bd commit 3466cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion craft/gathering/claydigging.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function M.StartGathering(User, SourceItem, ltstate)
local toolID = 24 --shovel (24)
local maxAmount = 20
local GFX = 22
local SFX = 0
local SFX = 35
local resourceID = 26 --clay
local depletedSourceID = 3633
local restockWear = 4 --15 minutes
Expand Down
2 changes: 1 addition & 1 deletion craft/gathering/sanddigging.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function M.StartGathering(User, SourceItem, ltstate)
local toolID = 24 --shovel (24)
local maxAmount = 20
local GFX = 22
local SFX = 0
local SFX = 35
local resourceID = 726 --coarse sand
local depletedSourceID = 3632
local restockWear = 4 --15 minutes
Expand Down

0 comments on commit 3466cb9

Please sign in to comment.