mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Fixed AI not always choosing targets for optional triggers.
This commit is contained in:
@@ -790,7 +790,7 @@ public class MagicStack /* extends MyObservable */ implements Iterable<SpellAbil
|
|||||||
|
|
||||||
if (activePlayer.isComputer()) {
|
if (activePlayer.isComputer()) {
|
||||||
for (final SpellAbility sa : activePlayerSAs) {
|
for (final SpellAbility sa : activePlayerSAs) {
|
||||||
sa.doTrigger(sa.isMandatory(), activePlayer);
|
sa.doTrigger(true, activePlayer);
|
||||||
ComputerUtil.playStack(sa, activePlayer, game);
|
ComputerUtil.playStack(sa, activePlayer, game);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user