- "Thorin" now has a correct resistance.

This commit is contained in:
marcin.sciesinski
2017-11-13 12:51:42 -08:00
parent 5b17a6e3fe
commit a0aaee4247
2 changed files with 2 additions and 1 deletions

View File

@@ -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.

View File

@@ -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);
}