mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
* Chub Toad - Fixed that the boost effect gave +1/+1 instead +2/+2.
This commit is contained in:
parent
d7f82ad0c6
commit
2985fb8af1
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public class ChubToad extends CardImpl {
|
|||
this.toughness = new MageInt(1);
|
||||
|
||||
// Whenever Chub Toad blocks or becomes blocked, it gets +2/+2 until end of turn.
|
||||
Effect effect = new BoostSourceEffect(+1, +1, Duration.EndOfTurn);
|
||||
Effect effect = new BoostSourceEffect(+2, +2, Duration.EndOfTurn);
|
||||
effect.setText("it gets +2/+2 until end of turn");
|
||||
Ability ability = new BlocksOrBecomesBlockedTriggeredAbility(effect, false);
|
||||
this.addAbility(ability);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue