Fix to The Hobbit "Gandalf, Leader of the Company"
Added Wise keyword
This commit is contained in:
@@ -33,6 +33,7 @@ import java.util.List;
|
||||
public class Card30_028 extends AbstractCompanion {
|
||||
public Card30_028() {
|
||||
super(4, 7, 4, 6, Culture.GANDALF, Race.WIZARD, null, "Gandalf", "Leader of the Company", true);
|
||||
addKeyword(Keyword.WISE);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -53,4 +54,4 @@ public class Card30_028 extends AbstractCompanion {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user