- "Uruk Foot Soldier" has now correctly 5 base strength, rather than 4.

This commit is contained in:
marcins78@gmail.com
2011-11-21 02:28:34 +00:00
parent 586fd5eaf6
commit 9bdc6d2d4f

View File

@@ -26,7 +26,7 @@ import java.util.List;
*/
public class Card4_187 extends AbstractMinion {
public Card4_187() {
super(1, 5, 1, 4, Race.URUK_HAI, Culture.ISENGARD, "Uruk Foot Soldier");
super(1, 5, 1, 5, Race.URUK_HAI, Culture.ISENGARD, "Uruk Foot Soldier");
addKeyword(Keyword.TRACKER);
addKeyword(Keyword.FIERCE);
}