removed keyword CARDNAME can't be blocked by red creatures

This commit is contained in:
Maxmtg
2013-06-21 13:38:48 +00:00
parent 13d28d6ecb
commit 09edb071ff
3 changed files with 2 additions and 5 deletions

View File

@@ -689,9 +689,6 @@ public class CombatUtil {
if (attacker.hasKeyword("CARDNAME can't be blocked by green creatures.") && blocker.isGreen()) {
return false;
}
if (attacker.hasKeyword("CARDNAME can't be blocked by red creatures.") && blocker.isRed()) {
return false;
}
if (attacker.hasKeyword("CARDNAME can't be blocked by white creatures.") && blocker.isWhite()) {
return false;
}