mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- The AI shouldnt put AddTurn effects on the stack without a legal target
This commit is contained in:
@@ -57,6 +57,8 @@ public class AddTurnAi extends SpellAbilityAi {
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
final List<Player> tgtPlayers = AbilityUtils.getDefinedPlayers(sa.getHostCard(), sa.getParam("Defined"), sa);
|
||||
|
||||
Reference in New Issue
Block a user