diff --git a/projects/mtg/src/AIPlayerBaka.cpp b/projects/mtg/src/AIPlayerBaka.cpp index b766c2c85..08d4c677b 100644 --- a/projects/mtg/src/AIPlayerBaka.cpp +++ b/projects/mtg/src/AIPlayerBaka.cpp @@ -4142,7 +4142,6 @@ int AIPlayerBaka::chooseBlockers() return 0; map opponentsToughness; - int opponentForce = getCreaturesInfo(opponent(), INFO_CREATURESPOWER); //Initialize the list of opponent's attacking cards toughness CardDescriptor cdAttackers;