mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed AI trying to cheat with Goblin Test Pilot.
This commit is contained in:
@@ -210,6 +210,10 @@ public class DamageDealAi extends DamageAiBase {
|
|||||||
return this.damageChooseNontargeted(ai, saMe, dmg);
|
return this.damageChooseNontargeted(ai, saMe, dmg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (tgt.isRandomTarget()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
return this.damageChoosingTargets(ai, saMe, tgt, dmg, false, false);
|
return this.damageChoosingTargets(ai, saMe, tgt, dmg, false, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user