* Gideon's Phalanx - Fixed wrong token name from Soldier to Knight.

This commit is contained in:
LevelX2 2015-07-17 12:20:32 +02:00
parent da1c459bf0
commit 08cc5560c4

View file

@ -79,7 +79,7 @@ public class GideonsPhalanx extends CardImpl {
class GideonsPhalanxKnightToken extends Token {
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");
cardType.add(CardType.CREATURE);
color.setColor(ObjectColor.WHITE);