1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-10 01:01:05 -09:00

Fix for issue . Tests do all work, need some more checking if this really works.

This commit is contained in:
LevelX2 2014-08-10 11:28:02 +02:00
parent 80346d44da
commit c8fa685735
2 changed files with 2 additions and 2 deletions
Mage/src/mage/cards

View file

@ -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);