- "Gandalf, Wisest of the Istari" now has 8 resistance, not 7 (per card text).
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user