- The AI will now play cards with Soulbond in Main1.

This commit is contained in:
Sloth
2012-05-02 05:42:29 +00:00
parent ead8c5d42a
commit c0c3db7fda

View File

@@ -286,6 +286,9 @@ public class SpellPermanent extends Spell {
|| card.hasKeyword("Haste"))) || card.hasKeyword("Exalted")) {
wait = false;
}
if (card.hasKeyword("Soulbond") && !AllZoneUtil.getCreaturesInPlay(AllZone.getComputerPlayer()).isEmpty()) {
wait = false;
}
// get all cards the computer controls with BuffedBy
final CardList buffed = AllZone.getComputerPlayer().getCardsIn(ZoneType.Battlefield);
for (int j = 0; j < buffed.size(); j++) {