mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed the AI not playing cards like Tinker and Natural Order.
This commit is contained in:
@@ -435,7 +435,8 @@ public final class AbilityFactoryChangeZone {
|
||||
|
||||
if (abCost != null) {
|
||||
// AI currently disabled for these costs
|
||||
if (!CostUtil.checkSacrificeCost(abCost, source)) {
|
||||
if (!CostUtil.checkSacrificeCost(abCost, source)
|
||||
&& !destination.equals("Battlefield")) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user