mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
A little too short on the mining bonus.
This commit is contained in:
parent
c89c906b3e
commit
5e49354cd5
@ -407,7 +407,7 @@ function fish_market_on_180_ticks()
|
||||
end
|
||||
if global.player_mining_boost_records then
|
||||
for k,v in pairs(global.player_mining_boost_records) do
|
||||
if game.tick - v.start_tick > 60 then
|
||||
if game.tick - v.start_tick > 6000 then
|
||||
reset_player_miningspeed(game.players[k])
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user