Major bug in auction system
-
Hello. We discovered a bug today in which the auction -VP calculation subtracts far more points at the end of the game than it is meant to. In this game, both the Itars and Ivits had their bids subtracted 3 times from their final scores rather than once. You can see this in the game log, and we confirmed in recalculating the proper scores. It should have been Ivits 143, Itars 141, Ambas 138
-
Oops!!
VP deduction was done once for every player. Fixed in this commit.
Game was replayed, score is fixed.
-
Thanks for the quick fix!