Fix to TestPlayer blocking multiple creatures

This commit is contained in:
Simown 2017-04-20 20:05:06 +01:00
parent fd148be718
commit 354ca1c062

View file

@ -588,8 +588,8 @@ public class TestPlayer implements Player {
}
}
}
checkMultipleBlockers(game, blockedCreaturesByCreature);
}
checkMultipleBlockers(game, blockedCreaturesByCreature);
}
// Checks if a creature can block at least one more creature