mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Merge branch 'magefree:master' into tiera3-patch-1
This commit is contained in:
commit
dc84a1e29a
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ class ZimoneMysteryUnravelerEffect extends OneShotEffect {
|
||||||
filter.add(FaceDownPredicate.instance);
|
filter.add(FaceDownPredicate.instance);
|
||||||
if (controller != null) {
|
if (controller != null) {
|
||||||
TargetControlledPermanent target = new TargetControlledPermanent(0, 1, filter, true);
|
TargetControlledPermanent target = new TargetControlledPermanent(0, 1, filter, true);
|
||||||
|
controller.choose(Outcome.BoostCreature, target, source, game);
|
||||||
Permanent permanent = game.getPermanent(target.getFirstTarget());
|
Permanent permanent = game.getPermanent(target.getFirstTarget());
|
||||||
return permanent != null && permanent.turnFaceUp(source, game, source.getControllerId());
|
return permanent != null && permanent.turnFaceUp(source, game, source.getControllerId());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue