- Fixed a mess with "Pursuing", "Searching" and "Seeking" Uruk names.

This commit is contained in:
marcins78@gmail.com
2012-03-03 10:32:31 +00:00
parent 619fff6330
commit aa03af5558
4 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ import com.gempukku.lotro.logic.modifiers.Modifier;
*/
public class Card15_167 extends AbstractMinion {
public Card15_167() {
super(2, 6, 2, 5, Race.URUK_HAI, Culture.URUK_HAI, "Searching Uruk", true);
super(2, 6, 2, 5, Race.URUK_HAI, Culture.URUK_HAI, "Pursuing Uruk", true);
addKeyword(Keyword.FIERCE);
}

View File

@@ -24,7 +24,7 @@ import com.gempukku.lotro.logic.modifiers.StrengthModifier;
*/
public class Card15_168 extends AbstractMinion {
public Card15_168() {
super(2, 5, 2, 5, Race.URUK_HAI, Culture.URUK_HAI, "Seeking Uruk");
super(2, 5, 2, 5, Race.URUK_HAI, Culture.URUK_HAI, "Searching Uruk", true);
addKeyword(Keyword.FIERCE);
addKeyword(Keyword.HUNTER, 1);
}

View File

@@ -25,7 +25,7 @@ import com.gempukku.lotro.logic.modifiers.StrengthModifier;
*/
public class Card15_169 extends AbstractMinion {
public Card15_169() {
super(3, 7, 2, 5, Race.URUK_HAI, Culture.URUK_HAI, "Seeking Uruk", true);
super(3, 7, 2, 5, Race.URUK_HAI, Culture.URUK_HAI, "Seeking Uruk");
addKeyword(Keyword.FIERCE);
addKeyword(Keyword.HUNTER, 1);
}

View File

@@ -3,6 +3,7 @@
- "The Palantir of Orthanc, Recovered Seeing Stone" should no longer discard itself.
- "With All Possible Speed" can be played in skirmish phase only.
- "Numenor's Pride" now adds 3 threats when played.
- Fixed a mess with "Pursuing", "Searching" and "Seeking" Uruk names.
<b>29 Feb. 2012</b>
- "Get Off the Road!" now discards cards from Free People player's deck.