- Fix Bifurcate

This commit is contained in:
swordshine
2014-04-03 06:50:04 +00:00
parent b8221a6f89
commit 373e7cc9ca

View File

@@ -5308,6 +5308,10 @@ public class Card extends GameEntity implements Comparable<Card> {
}
}
}
} else if (property.equals("Permanent")) {
if (this.isInstant() || this.isSorcery()) {
return false;
}
} else if (property.equals("ChosenCard")) {
if (!source.getChosenCard().contains(this)) {
return false;