mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed AI of Death by Dragons.
This commit is contained in:
@@ -129,7 +129,7 @@ public class TokenAi extends SpellAbilityAi {
|
||||
final Target tgt = sa.getTarget();
|
||||
if (tgt != null) {
|
||||
tgt.resetTargets();
|
||||
if (tgt.canOnlyTgtOpponent()) {
|
||||
if (tgt.canOnlyTgtOpponent() || "Opponent".equals(sa.getParam("AITgts"))) {
|
||||
tgt.addTarget(opp);
|
||||
} else {
|
||||
tgt.addTarget(ai);
|
||||
|
||||
Reference in New Issue
Block a user