- "Orophin, Lorien Scount" has moved in to Lothlorien (added the keyword).

This commit is contained in:
marcins78
2013-03-12 11:52:52 +00:00
parent c7e85a5068
commit 796f0fe465
2 changed files with 3 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ abilities.
- "Longbottom Leaf, Hornblower's Crop" fixed the typo in the card name.
- Corrected the images assignments of Arwen (switched the two), also "Arwen, Bane of the Black Riders" became "Arwen,
Lady of Imladris" with completely different text (per card text).
- "Orophin, Lorien Scount" has moved in to Lothlorien (added the keyword).
<b>11 Mar. 2013</b>
- Second Edition is playable now.

View File

@@ -5,10 +5,7 @@ import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.effects.AddUntilEndOfPhaseModifierEffect;
import com.gempukku.lotro.cards.effects.SelfExertEffect;
import com.gempukku.lotro.cards.modifiers.ArcheryTotalModifier;
import com.gempukku.lotro.common.Culture;
import com.gempukku.lotro.common.Phase;
import com.gempukku.lotro.common.Race;
import com.gempukku.lotro.common.Side;
import com.gempukku.lotro.common.*;
import com.gempukku.lotro.game.PhysicalCard;
import com.gempukku.lotro.game.state.LotroGame;
import com.gempukku.lotro.logic.actions.ActivateCardAction;
@@ -28,6 +25,7 @@ import java.util.List;
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);
}
@Override