mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fixed KaervekTheSpiteful's oracle in #6643
Signed-off-by: Andre Cabaca <andre.cabaca24@gmail.com>
This commit is contained in:
parent
c069cf4235
commit
1e889c6a6d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue