mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[CLB] Fix Your Temple Is Under Attack drawing incorrect numebr of cards. Closes #9425.
This commit is contained in:
parent
f5eb036158
commit
dceabb729a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public final class YourTempleIsUnderAttack extends CardImpl {
|
|||
|
||||
// • Strike a Deal — You and target opponent each draw two cards.
|
||||
this.getSpellAbility().addMode(new Mode(
|
||||
new DrawCardSourceControllerEffect(1).setText("you")
|
||||
new DrawCardSourceControllerEffect(2).setText("you")
|
||||
).addEffect(new DrawCardTargetEffect(2)
|
||||
.setText("and target opponent each draw two cards")
|
||||
).withFlavorWord("Strike a Deal"));
|
||||
|
|
Loading…
Reference in a new issue