Corrected typo in 30_027
This commit is contained in:
@@ -36,7 +36,7 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
public class Card30_027 extends AbstractCompanion {
|
public class Card30_027 extends AbstractCompanion {
|
||||||
public Card30_027() {
|
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);
|
addKeyword(Keyword.WISE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -80,4 +80,4 @@ public class Card30_027 extends AbstractCompanion {
|
|||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user