1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-23 21:19:22 +02:00

Mtn v3 - minor fix

This commit is contained in:
Gerkiz 2024-02-08 10:26:16 +01:00
parent fff58eef62
commit 504ae1786c

View File

@ -169,25 +169,25 @@ local function get_random_force_buff(fetch_all)
name = 'worker_robots_storage_bonus',
discord = 'Robot storage bonus',
modifier = 'force',
state = 0.05
state = 1
},
{
name = 'worker_robots_battery_modifier',
discord = 'Robot battery bonus',
modifier = 'force',
state = 0.05
state = 1
},
{
name = 'worker_robots_speed_modifier',
discord = 'Robot speed modifier',
modifier = 'force',
state = 0.05
state = 0.5
},
{
name = 'mining_drill_productivity_bonus',
discord = 'Drill productivity bonus',
modifier = 'force',
state = 0.05
state = 0.5
},
{
name = 'character_health_bonus',
@ -1189,7 +1189,6 @@ local function grant_non_limit_reached_buff()
return get_random_force_buff()
end
return all_buffs[1]
end