This commit is contained in:
Alex W. Jackson 2022-10-30 05:23:51 -04:00
parent a01c1077ad
commit d2142476b8

View file

@ -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) {