mirror of
https://github.com/correl/mage.git
synced 2025-04-10 01:01:05 -09:00
Fix for issue #493. Tests do all work, need some more checking if this really works.
This commit is contained in:
parent
80346d44da
commit
c8fa685735
2 changed files with 2 additions and 2 deletions
Mage/src/mage/cards
|
@ -535,7 +535,7 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
|
|||
game.addPermanent(permanent);
|
||||
game.setZone(objectId, Zone.BATTLEFIELD);
|
||||
game.setScopeRelevant(true);
|
||||
game.applyEffects();
|
||||
//game.applyEffects(); // issue #493
|
||||
permanent.setTapped(tapped);
|
||||
permanent.entersBattlefield(sourceId, game, event.getFromZone(), true);
|
||||
game.setScopeRelevant(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue