"To the Smithy!"

This commit is contained in:
marcins78
2013-02-21 11:47:28 +00:00
parent ddf906c9e8
commit f604c38c78

View File

@@ -12,14 +12,14 @@ import com.gempukku.lotro.game.PhysicalCard;
import com.gempukku.lotro.game.state.LotroGame;
/**
* 2
* 0
* To the Smithy!
* Rohan Event • Skirmish
* Play a [Rohan] possession from your discard pile.
*/
public class Card20_346 extends AbstractEvent {
public Card20_346() {
super(Side.FREE_PEOPLE, 2, Culture.ROHAN, "To the Smithy!", Phase.SKIRMISH);
super(Side.FREE_PEOPLE, 0, Culture.ROHAN, "To the Smithy!", Phase.SKIRMISH);
}
@Override