increase timeframe to catch fish for mobile players
This commit is contained in:
parent
84afa9ae1c
commit
24c522b082
@ -257,7 +257,7 @@ minetest.register_entity("ethereal:bob_entity", {
|
|||||||
else
|
else
|
||||||
-- waiting over, bob that bobber and play splash sound
|
-- waiting over, bob that bobber and play splash sound
|
||||||
self.bob = true
|
self.bob = true
|
||||||
self.patience = 0.8
|
self.patience = 1.5 -- timeframe to catch fish after bob
|
||||||
self.timer = 0
|
self.timer = 0
|
||||||
|
|
||||||
self.object:set_velocity({x = 0, y = -2, z = 0})
|
self.object:set_velocity({x = 0, y = -2, z = 0})
|
||||||
|
Loading…
Reference in New Issue
Block a user