Thief results get mixed up

Issue #3 new
Paul Seidel repo owner created an issue

Lets say i attack a normal thief 100k times with 70% win ratio and then with the same deck a legendary thief only once, the simulator shows 70% win for 100.001 attacks on thiefs

Comments (1)

  1. Nharzhool

    It's happening because on line 87 in BattleResult.cs, it's comparing the Attacker and Defenders. Since the card list on the Thief and Legendary Thief are the same, it's returning true. Might need to add an instance variable to the Attacker of Defender class to track whether there's a difference. Or when the Defender is populated, you can call the Clear Results method?

  2. Log in to comment