mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
Merge branch 'master' into 'master'
AI shouldn't miss mandatory triggers for FogAi Closes #1723 See merge request core-developers/forge!3878
This commit is contained in:
@@ -113,6 +113,6 @@ public class FogAi extends SpellAbilityAi {
|
||||
chance = game.getPhaseHandler().getPhase().isAfter(PhaseType.COMBAT_DAMAGE);
|
||||
}
|
||||
|
||||
return chance;
|
||||
return chance || mandatory;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user