[0.10.x][kovarex] Bug with bonuses
Posted: Wed Jul 30, 2014 6:52 pm
There is the bug with technology bonuses of scenarios converted from saves - technologies stay researched, but bonuses is not preserves.
Scenario is here(example with robot speed bonuses).
Also if i doing:
then
Any bonuses not added anyway.
Scenario is here(example with robot speed bonuses).
Also if i doing:
Code: Select all
for _, tech in pairs(game.player.force.technologies) do
tech.researched = false
end
Code: Select all
game.player.force.researchalltechnologies()