- Fixed a mess with "Pursuing", "Searching" and "Seeking" Uruk names.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user