mirror of
https://github.com/magefree/mage.git
synced 2026-01-18 01:10:00 -08:00
Reverted unconditional game.applyEffects() after each effect resolve.
This commit is contained in:
parent
035756efab
commit
aec5f554a6
1 changed files with 0 additions and 2 deletions
|
|
@ -149,8 +149,6 @@ public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
|
|||
if (effect instanceof OneShotEffect) {
|
||||
if (!(effect instanceof PostResolveEffect)) {
|
||||
result &= effect.apply(game, this);
|
||||
// 20130716
|
||||
game.applyEffects();
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue