fixed some text which still mention Hounds instead of dogs

This commit is contained in:
Evan Kranzler 2021-06-18 18:32:10 -04:00
parent 6ca7b06ab9
commit a1754d3905
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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);