mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Merge branch 'master' into 'master'
DigAi: override chkAIDrawback, fixes e.g. Oona, Queen of the Fae activation See merge request core-developers/forge!5829
This commit is contained in:
@@ -121,6 +121,12 @@ public class DigAi extends SpellAbilityAi {
|
|||||||
return !ComputerUtil.preventRunAwayActivations(sa);
|
return !ComputerUtil.preventRunAwayActivations(sa);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean chkAIDrawback(SpellAbility sa, Player aiPlayer) {
|
||||||
|
// TODO: improve this check in ways that may be specific to a subability
|
||||||
|
return canPlayAI(aiPlayer, sa);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean doTriggerAINoCost(Player ai, SpellAbility sa, boolean mandatory) {
|
protected boolean doTriggerAINoCost(Player ai, SpellAbility sa, boolean mandatory) {
|
||||||
final SpellAbility root = sa.getRootAbility();
|
final SpellAbility root = sa.getRootAbility();
|
||||||
|
|||||||
Reference in New Issue
Block a user