Corrected typo in 30_027

This commit is contained in:
PhallenCassidy
2017-07-11 09:52:29 -04:00
committed by GitHub
parent 5f2ce1bf22
commit 43422e6cdf

View File

@@ -36,7 +36,7 @@ import java.util.List;
*/
public class Card30_027 extends AbstractCompanion {
public Card30_027() {
super(2, 7, 4, 6, Culture.GANDALF, Race.WIZARD, null, "Gandalf", "Powerful Guide", true);
super(2, 7, 4, 6, Culture.GANDALF, Race.WIZARD, null, "Gandalf", "The Grey", true);
addKeyword(Keyword.WISE);
}
@@ -80,4 +80,4 @@ public class Card30_027 extends AbstractCompanion {
}
return null;
}
}
}