- "Gandalf, Wisest of the Istari" now has 8 resistance, not 7 (per card text).

This commit is contained in:
marcins78
2013-03-25 11:37:20 +00:00
parent e8f3d239e7
commit 4a4d8a68e6
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
- "Southron Packmaster" is strength 10 (per card text).
- "Clan of the Hills" is now an optional trigger, not an action.
- "Black Beast of Angmar, Death in Flight" now correctly applies its strength and vitality modifier.
- "Gandalf, Wisest of the Istari" now has 8 resistance, not 7 (per card text).
<b>20 Mar. 2013</b>
- "Uruk Mender" has now 8 strength (per card text).

View File

@@ -24,7 +24,7 @@ import java.util.List;
*/
public class Card20_157 extends AbstractCompanion {
public Card20_157() {
super(4, 7, 4, 7, Culture.GANDALF, Race.WIZARD, null, "Gandalf", "Wisest of the Istari", true);
super(4, 7, 4, 8, Culture.GANDALF, Race.WIZARD, null, "Gandalf", "Wisest of the Istari", true);
}
@Override