- "Hama, Protector of the Golden Hall" has now 7 resistance, not 5 (per card text).

This commit is contained in:
marcins78
2013-03-25 10:17:01 +00:00
parent e2b92b7510
commit 3a58787a82
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>25 Mar. 2013</b>
- Changed all images for set 20 from PNG to JPEG.
- "Hama, Protector of the Golden Hall" has now 7 resistance, not 5 (per card text).
<b>20 Mar. 2013</b>
- "Uruk Mender" has now 8 strength (per card text).

View File

@@ -25,7 +25,7 @@ import java.util.List;
*/
public class Card20_329 extends AbstractCompanion {
public Card20_329() {
super(2, 6, 3, 5, Culture.ROHAN, Race.MAN, null, "Hama", "Protector of the Golden Hall", true);
super(2, 6, 3, 7, Culture.ROHAN, Race.MAN, null, "Hama", "Protector of the Golden Hall", true);
}
@Override