mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fixed wrong name of the flip side of Faithfil Squire.
This commit is contained in:
parent
6e25defa26
commit
e4349c8b23
1 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ public class FaithfulSquire extends CardImpl<FaithfulSquire> {
|
||||||
new HasCounterCondition(CounterType.KI, 2, Integer.MAX_VALUE),
|
new HasCounterCondition(CounterType.KI, 2, Integer.MAX_VALUE),
|
||||||
"At the beginning of the end step, if there are two or more ki counters on Faithful Squire, you may flip it.", true));
|
"At the beginning of the end step, if there are two or more ki counters on Faithful Squire, you may flip it.", true));
|
||||||
|
|
||||||
this.addAbility(new SimpleStaticAbility(Constants.Zone.BATTLEFIELD, new ConditionalContinousEffect(new CopyTokenEffect(new KenzoTheHardhearted()), FlippedCondition.getInstance(), "")));
|
this.addAbility(new SimpleStaticAbility(Constants.Zone.BATTLEFIELD, new ConditionalContinousEffect(new CopyTokenEffect(new KaisoMemoryOfLoyalty()), FlippedCondition.getInstance(), "")));
|
||||||
}
|
}
|
||||||
|
|
||||||
public FaithfulSquire(final FaithfulSquire card) {
|
public FaithfulSquire(final FaithfulSquire card) {
|
||||||
|
@ -99,9 +99,9 @@ public class FaithfulSquire extends CardImpl<FaithfulSquire> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class KenzoTheHardhearted extends Token {
|
class KaisoMemoryOfLoyalty extends Token {
|
||||||
|
|
||||||
KenzoTheHardhearted() {
|
KaisoMemoryOfLoyalty() {
|
||||||
super("Kaiso, Memory of Loyalty", "");
|
super("Kaiso, Memory of Loyalty", "");
|
||||||
supertype.add("Legendary");
|
supertype.add("Legendary");
|
||||||
cardType.add(CardType.CREATURE);
|
cardType.add(CardType.CREATURE);
|
||||||
|
|
Loading…
Reference in a new issue