1
0
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:
TWLTriston 2017-11-25 07:16:16 -05:00
parent c89c906b3e
commit 5e49354cd5

View File

@ -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