mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
[ZNR] fixed Scourge of the Skyclaves text (#7044)
This commit is contained in:
parent
fe80d9babc
commit
32676b8bb2
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue