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