mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed some text which still mention Hounds instead of dogs
This commit is contained in:
parent
6ca7b06ab9
commit
a1754d3905
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ public final class JiangYanggu extends CardImpl {
|
||||||
new CreateTokenEffect(new MowuToken()),
|
new CreateTokenEffect(new MowuToken()),
|
||||||
new InvertCondition(new PermanentsOnTheBattlefieldCondition(filter)),
|
new InvertCondition(new PermanentsOnTheBattlefieldCondition(filter)),
|
||||||
"If you don't control a creature named Mowu, "
|
"If you don't control a creature named Mowu, "
|
||||||
+ "creature a legendary 3/3 green Hound creature token named Mowu."
|
+ "creature a legendary 3/3 green Dog creature token named Mowu."
|
||||||
), -1));
|
), -1));
|
||||||
|
|
||||||
// -5: Until end of turn, target creature gains trample and gets +X/+X, where X is the number of lands you control.
|
// -5: Until end of turn, target creature gains trample and gets +X/+X, where X is the number of lands you control.
|
||||||
|
|
|
@ -108,7 +108,7 @@ class LurkingJackalsStateTriggeredAbility extends StateTriggeredAbility {
|
||||||
class LurkingJackalsToken extends TokenImpl {
|
class LurkingJackalsToken extends TokenImpl {
|
||||||
|
|
||||||
public LurkingJackalsToken() {
|
public LurkingJackalsToken() {
|
||||||
super("Hound", "3/2 Hound creature");
|
super("Dog", "3/2 Dog creature");
|
||||||
cardType.add(CardType.CREATURE);
|
cardType.add(CardType.CREATURE);
|
||||||
subtype.add(SubType.DOG);
|
subtype.add(SubType.DOG);
|
||||||
power = new MageInt(3);
|
power = new MageInt(3);
|
||||||
|
|
Loading…
Reference in a new issue