Skip to content

Commit

Permalink
Mtn: Fix research changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerkiz committed Nov 26, 2024
1 parent 3ae9f83 commit 28c9baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maps/mountain_fortress_v3/stateful/table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -952,9 +952,9 @@ local function get_random_research_recipe()
local research_level_list = {
'laser-weapons-damage-7',
'stronger-explosives-7',
'mining-productivity-4',
'mining-productivity-3',
'worker-robots-speed-6',
'follower-robot-count-7'
'follower-robot-count-5'
}

shuffle(research_level_list)
Expand Down

0 comments on commit 28c9baa

Please sign in to comment.