mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fix #9710
This commit is contained in:
parent
a01c1077ad
commit
d2142476b8
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public final class YouveBeenCaughtStealing extends CardImpl {
|
||||||
this.getSpellAbility().addMode(new Mode(new CreateTokenEffect(
|
this.getSpellAbility().addMode(new Mode(new CreateTokenEffect(
|
||||||
new TreasureToken(), YouveBeenCaughtStealingValue.instance
|
new TreasureToken(), YouveBeenCaughtStealingValue.instance
|
||||||
).setText("you create a Treasure token for each opponent who was dealt damage this turn")).withFlavorWord("Bribe the Guards"));
|
).setText("you create a Treasure token for each opponent who was dealt damage this turn")).withFlavorWord("Bribe the Guards"));
|
||||||
|
this.getSpellAbility().addWatcher(new AmountOfDamageAPlayerReceivedThisTurnWatcher());
|
||||||
}
|
}
|
||||||
|
|
||||||
private YouveBeenCaughtStealing(final YouveBeenCaughtStealing card) {
|
private YouveBeenCaughtStealing(final YouveBeenCaughtStealing card) {
|
||||||
|
|
Loading…
Reference in a new issue