- "Thorin" now has a correct resistance.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
- "Gandalf, Friend of Thorin" now works according to the card image's text.
|
||||
- "Smaug's Den" now points to a correct image address.
|
||||
- Corrected the deck validation rules, including added restricted cards by name (Bilbo, Gandalf).
|
||||
- "Thorin" now has a correct resistance.
|
||||
|
||||
<b>17 Dec. 2015</b>
|
||||
- "Armor of Khazad" no longer allows to return itself from discard and can now be transferred.
|
||||
|
||||
@@ -34,7 +34,7 @@ import java.util.List;
|
||||
*/
|
||||
public class Card30_019 extends AbstractCompanion {
|
||||
public Card30_019() {
|
||||
super(2, 7, 4, 0, Culture.DWARVEN, Race.DWARF, null, "Thorin", "Oakenshield", true);
|
||||
super(2, 7, 4, 6, Culture.DWARVEN, Race.DWARF, null, "Thorin", "Oakenshield", true);
|
||||
addKeyword(Keyword.DAMAGE, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user