Myrten / CK3.Utils

Utilities for Crusader Kings III
0 stars 1 forks source link

Combat width should only be calculated at start of the fight #2

Closed JereKuusela closed 3 years ago

JereKuusela commented 3 years ago

https://github.com/Myrten/CK3.Utils/blob/079017970690bc94c0306b3f0e4c880dbf4f6ac7/CK3.Utils.BattleSimulator/Simulation/BattleSimulator.cs#L19

The combat width is calculated from the initial amount of strength, so this line should be before the loop.