mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- DestroyAllAi: check for the outcome from DB subabilities (fixes Shatter the Sky logic)
This commit is contained in:
@@ -37,8 +37,7 @@ public class DestroyAllAi extends SpellAbilityAi {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean chkAIDrawback(SpellAbility sa, Player aiPlayer) {
|
public boolean chkAIDrawback(SpellAbility sa, Player aiPlayer) {
|
||||||
//TODO: Check for bad outcome
|
return doMassRemovalLogic(aiPlayer, sa);
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user