Jump to content

[Trivial] Incorrect audio when digging a furrow


Hugo Qwerty

Recommended Posts

Line 30 of /media/lua/client/Farming/TimedActions/ISPlowAction.lua is:

if string.contains(self.item:getType(), "Trowel") then

This always equates to false as the Trowel's type is 'HandShovel'.  As a result the game always plays the shovel audio (DigFurrowWithShovel) and never plays DigFurrowWithTrowel.

 

If you swap "Trowel" for "Hand" the game will play DigFurrowWithTrowel for trowels & hand forks.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...