- Fixed Orcish Veteran.

This commit is contained in:
Sloth
2011-09-19 18:52:26 +00:00
parent f03ec1eeae
commit f0e932adea
2 changed files with 2 additions and 6 deletions

View File

@@ -357,10 +357,6 @@ public class CombatUtil {
if (!attacker.hasKeyword("Shadow")
&& blocker.hasKeyword("Shadow")) return false;
if (blocker.hasKeyword("CARDNAME can't block white creatures with power 2 or greater.")) {
if (attacker.isWhite() && attacker.getNetAttack() >= 2) return false;
}
if (blocker.hasKeyword("CARDNAME can't block black creatures.")) {
if (attacker.isBlack()) return false;
}