- "Orophin, Lorien Scount" is now an Archer (per card text).

This commit is contained in:
marcins78
2013-04-04 09:49:57 +00:00
parent 68c9e6a284
commit 19359a158a
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
play it, when figuring out, if it is playable.
- "Herblore of the Shire" now applies the limit the same way "Trust Me As You Once Did" does.
- "The Pale Blade, Wraithblade" now can be attached to The Witch-King only (per card text).
- "Orophin, Lorien Scount" is now an Archer (per card text).
<b>25 Mar. 2013</b>
- Changed all images for set 20 from PNG to JPEG.

View File

@@ -26,6 +26,7 @@ public class Card20_099 extends AbstractAlly {
public Card20_099() {
super(2, null, 0, 3, 3, Race.ELF, Culture.ELVEN, "Orophin", "Lorien Scount", true);
addKeyword(Keyword.LOTHLORIEN);
addKeyword(Keyword.ARCHER);
}
@Override