mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00: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 OneShotEffect) {
|
||||||
if (!(effect instanceof PostResolveEffect)) {
|
if (!(effect instanceof PostResolveEffect)) {
|
||||||
result &= effect.apply(game, this);
|
result &= effect.apply(game, this);
|
||||||
// 20130716
|
|
||||||
game.applyEffects();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue