mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
- fixed text on Master of the Hunt
This commit is contained in:
parent
60167981c7
commit
f66e844370
1 changed files with 6 additions and 7 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.cards.m;
|
||||
|
||||
import java.util.UUID;
|
||||
|
|
@ -25,7 +24,7 @@ public final class MasterOfTheHunt extends CardImpl {
|
|||
this.toughness = new MageInt(2);
|
||||
|
||||
// Create a 1/1 green Wolf creature token named Wolves of the Hunt. It has “bands with other creatures named Wolves of the Hunt.”
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new CreateTokenEffect(new WolvesOfTheHuntToken()), new ManaCostsImpl("{2}{G}{G}")));
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new CreateTokenEffect(new WolvesOfTheHuntToken()).setText("Create a 1/1 green Wolf creature token named Wolves of the Hunt. It has “bands with other creatures named Wolves of the Hunt.”"), new ManaCostsImpl("{2}{G}{G}")));
|
||||
}
|
||||
|
||||
private MasterOfTheHunt(final MasterOfTheHunt card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue