increase timeframe to catch fish for mobile players

This commit is contained in:
tenplus1 2021-03-18 17:10:56 +00:00
parent 84afa9ae1c
commit 24c522b082

View File

@ -257,7 +257,7 @@ minetest.register_entity("ethereal:bob_entity", {
else
-- waiting over, bob that bobber and play splash sound
self.bob = true
self.patience = 0.8
self.patience = 1.5 -- timeframe to catch fish after bob
self.timer = 0
self.object:set_velocity({x = 0, y = -2, z = 0})