mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Tweak logic for Nine-Fingers Keene vs. Duelist's Heritage
This commit is contained in:
@@ -796,6 +796,10 @@ public class ComputerUtilCost {
|
|||||||
if (toBeCountered.isSpell() && !CardFactoryUtil.isCounterable(toBeCountered.getHostCard())) {
|
if (toBeCountered.isSpell() && !CardFactoryUtil.isCounterable(toBeCountered.getHostCard())) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
// no reason to pay if we don't plan to confirm
|
||||||
|
if (toBeCountered.isOptionalTrigger() && !SpellApiToAi.Converter.get(toBeCountered.getApi()).doTriggerNoCostWithSubs(payer, toBeCountered, false)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
// TODO check hasFizzled
|
// TODO check hasFizzled
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user