mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
* Fixed that state triggered abilities were not checked at the correct times.
This commit is contained in:
parent
92f30f3f2f
commit
340398fb74
12 changed files with 217 additions and 97 deletions
|
|
@ -237,6 +237,7 @@ public abstract class AbilityImpl implements Ability {
|
|||
*/
|
||||
if (effect.applyEffectsAfter()) {
|
||||
game.applyEffects();
|
||||
game.getState().getTriggers().checkStateTriggers(game);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue