mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added an extra check for Genju of the <X> AI.
This commit is contained in:
@@ -202,6 +202,7 @@ public class ComputerUtilMana {
|
|||||||
|
|
||||||
// For abilities like Genju of the Cedars, make sure that we're not activating the aura ability by tapping the enchanted card for mana
|
// For abilities like Genju of the Cedars, make sure that we're not activating the aura ability by tapping the enchanted card for mana
|
||||||
if (sa.getHostCard() != null && sa.getApi() == ApiType.Animate && sa.getHostCard().isAura()
|
if (sa.getHostCard() != null && sa.getApi() == ApiType.Animate && sa.getHostCard().isAura()
|
||||||
|
&& "Enchanted".equals(sa.getParam("Defined"))
|
||||||
&& ma.getHostCard() == sa.getHostCard().getEnchantingCard()
|
&& ma.getHostCard() == sa.getHostCard().getEnchantingCard()
|
||||||
&& ma.getPayCosts().hasTapCost()) {
|
&& ma.getPayCosts().hasTapCost()) {
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user