mirror of
https://github.com/correl/mage.git
synced 2024-12-27 20:06:31 +00:00
[CLB] fix #9780
This commit is contained in:
parent
53d32c5bae
commit
7259fa9af1
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ import mage.cards.CardSetInfo;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.Duration;
|
||||
import mage.filter.StaticFilters;
|
||||
import mage.target.common.TargetOpponent;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -34,7 +35,7 @@ public final class YourTempleIsUnderAttack extends CardImpl {
|
|||
new DrawCardSourceControllerEffect(2).setText("you")
|
||||
).addEffect(new DrawCardTargetEffect(2)
|
||||
.setText("and target opponent each draw two cards")
|
||||
).withFlavorWord("Strike a Deal"));
|
||||
).addTarget(new TargetOpponent()).withFlavorWord("Strike a Deal"));
|
||||
}
|
||||
|
||||
private YourTempleIsUnderAttack(final YourTempleIsUnderAttack card) {
|
||||
|
|
Loading…
Reference in a new issue