mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Fix Life of the Party text
This commit is contained in:
parent
6157dfed47
commit
95c3f62dba
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public final class LifeOfTheParty extends CardImpl {
|
||||||
this.addAbility(new AttacksTriggeredAbility(new BoostSourceEffect(
|
this.addAbility(new AttacksTriggeredAbility(new BoostSourceEffect(
|
||||||
CreaturesYouControlCount.instance, StaticValue.get(0),
|
CreaturesYouControlCount.instance, StaticValue.get(0),
|
||||||
Duration.EndOfTurn, "it"
|
Duration.EndOfTurn, "it"
|
||||||
)));
|
).setText("it gets +X/+0 until end of turn, where X is the number of creatures you control")));
|
||||||
|
|
||||||
// When Life of the Party enters the battlefield, if it's not a token, each opponent creates a token that's a copy of it. The tokens are goaded for the rest of the game.
|
// When Life of the Party enters the battlefield, if it's not a token, each opponent creates a token that's a copy of it. The tokens are goaded for the rest of the game.
|
||||||
this.addAbility(new ConditionalInterveningIfTriggeredAbility(
|
this.addAbility(new ConditionalInterveningIfTriggeredAbility(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue