1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

mtn v3 - fix mine speed

This commit is contained in:
Gerkiz 2021-10-11 00:05:42 +02:00
parent 29d0699c53
commit 24e9a2e263

View File

@ -919,7 +919,6 @@ function Public.set_difficulty()
mining_bonus = 1 -- set a static 100% bonus if there are <= 10 players.
mining_bonus = round(mining_bonus, 2)
force.manual_mining_speed_modifier = force.manual_mining_speed_modifier + mining_bonus -- we're at 200% bonus!
mining_bonus = 0
end
else
mining_bonus = 0