[ZNR] fixed Scourge of the Skyclaves text (#7044)

This commit is contained in:
Evan Kranzler 2020-09-21 17:34:06 -04:00
parent fe80d9babc
commit 32676b8bb2

View file

@ -46,7 +46,7 @@ public final class ScourgeOfTheSkyclaves extends CardImpl {
this.addAbility(new SimpleStaticAbility(
Zone.ALL, new SetPowerToughnessSourceEffect(
ScourgeOfTheSkyclavesValue.instance, Duration.EndOfGame
)));
).setText("{this}'s power and toughness are each equal to 20 minus the highest life total among players.")));
}
private ScourgeOfTheSkyclaves(final ScourgeOfTheSkyclaves card) {