diff --git a/projects/mtg/src/AllAbilities.cpp b/projects/mtg/src/AllAbilities.cpp index fb180fac0..0fe9bc33f 100644 --- a/projects/mtg/src/AllAbilities.cpp +++ b/projects/mtg/src/AllAbilities.cpp @@ -1482,7 +1482,7 @@ int AACopier::resolve() * AAFlip with forcedcopy to true * *********************************************/ AAFlip * af = NEW AAFlip(game, game->mLayers->actionLayer()->getMaxId(), source, source, clone->data->name, false, true); - af->oneShot; + //af->oneShot; af->canBeInterrupted = false; af->resolve(); SAFE_DELETE(af);