mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Fix a Typo
This commit is contained in:
parent
eb89781154
commit
b87f91fd97
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ public class AuraReplacementEffect extends ReplacementEffectImpl {
|
|||
}
|
||||
}
|
||||
|
||||
game.applyEffects(); // So continuousEffects are removed if previous effect of the same ability did move objects that cuase continuous effects
|
||||
game.applyEffects(); // So continuousEffects are removed if previous effect of the same ability did move objects that cause continuous effects
|
||||
Player controllingPlayer = null;
|
||||
if (targetId == null) {
|
||||
SpellAbility spellAbility = card.getSpellAbility();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue