mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- The AI will now play cards with Soulbond in Main1.
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user