mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Gideon's Phalanx - Fixed wrong token name from Soldier to Knight.
This commit is contained in:
parent
da1c459bf0
commit
08cc5560c4
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class GideonsPhalanx extends CardImpl {
|
||||||
class GideonsPhalanxKnightToken extends Token {
|
class GideonsPhalanxKnightToken extends Token {
|
||||||
|
|
||||||
public GideonsPhalanxKnightToken() {
|
public GideonsPhalanxKnightToken() {
|
||||||
super("Soldier", "2/2 white Knight creature tokens with vigilance");
|
super("Knight", "2/2 white Knight creature tokens with vigilance");
|
||||||
this.setOriginalExpansionSetCode("ORI");
|
this.setOriginalExpansionSetCode("ORI");
|
||||||
cardType.add(CardType.CREATURE);
|
cardType.add(CardType.CREATURE);
|
||||||
color.setColor(ObjectColor.WHITE);
|
color.setColor(ObjectColor.WHITE);
|
||||||
|
|
Loading…
Reference in a new issue