axel3rd / mpg-coach-bot

MPG (Mon Petit Gazon) coach bot, to automate and optimize weekly actions
https://axel3rd.github.io/mpg-coach-bot/
MIT License
21 stars 8 forks source link

Previous bonus selected not reused #212

Closed axel3rd closed 2 years ago

axel3rd commented 2 years ago

First call no Bonus selected, 7 matchs remaining

{blockTacticalSubs=0, boostAllPlayers=1, boostOnePlayer=3, mirror=1, nerfGoalkeeper=2, removeGoal=1, removeRandomPlayer=0}

=> boostOnePlayer selection

Second call, boostOnePlayer selected

{blockTacticalSubs=0, boostAllPlayers=1, boostOnePlayer=2, mirror=1, nerfGoalkeeper=2, removeGoal=1, removeRandomPlayer=0}

=> mirror is selected (=> previous selected not used)

Third call, mirror is selected

{blockTacticalSubs=0, boostAllPlayers=1, boostOnePlayer=3, mirror=0, nerfGoalkeeper=2, removeGoal=1, removeRandomPlayer=0}

=> boostOnePlayer selected

axel3rd commented 2 years ago

Root cause: selectedBonus in now under matchTeamFormation