Fixed KaervekTheSpiteful's oracle in #6643

Signed-off-by: Andre Cabaca <andre.cabaca24@gmail.com>
This commit is contained in:
Andre Cabaca 2020-08-21 13:55:26 +01:00
parent c069cf4235
commit 1e889c6a6d

View file

@ -29,7 +29,7 @@ public final class KaervekTheSpiteful extends CardImpl {
// Other creatures get -1/-1.
this.addAbility(new SimpleStaticAbility(new BoostAllEffect(
-1, -1, Duration.WhileOnBattlefield, true
).setText("other creatures get +1/+1")));
).setText("other creatures get -1/-1")));
}
private KaervekTheSpiteful(final KaervekTheSpiteful card) {