mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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
|
|
@ -535,7 +535,7 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
|
||||||
game.addPermanent(permanent);
|
game.addPermanent(permanent);
|
||||||
game.setZone(objectId, Zone.BATTLEFIELD);
|
game.setZone(objectId, Zone.BATTLEFIELD);
|
||||||
game.setScopeRelevant(true);
|
game.setScopeRelevant(true);
|
||||||
game.applyEffects();
|
//game.applyEffects(); // issue #493
|
||||||
permanent.setTapped(tapped);
|
permanent.setTapped(tapped);
|
||||||
permanent.entersBattlefield(sourceId, game, event.getFromZone(), true);
|
permanent.entersBattlefield(sourceId, game, event.getFromZone(), true);
|
||||||
game.setScopeRelevant(false);
|
game.setScopeRelevant(false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue