Skip to content

Commit

Permalink
Merge pull request #1229 from grilledham/danger_ore_deadlock_updates
Browse files Browse the repository at this point in the history
Set tech cost 35 -> 40.
  • Loading branch information
grilledham authored Sep 4, 2021
2 parents a740a9f + 383f21e commit ddb6557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Event.on_init(function()
game.forces.player.technologies['mining-productivity-3'].enabled = false
game.forces.player.technologies['mining-productivity-4'].enabled = false

game.difficulty_settings.technology_price_multiplier = 35
game.difficulty_settings.technology_price_multiplier = 40
game.forces.player.technologies.logistics.researched = true
game.forces.player.technologies.automation.researched = true
--game.forces.player.technologies['logistic-system'].enabled = false
Expand Down

0 comments on commit ddb6557

Please sign in to comment.