- "Bolstered Spirits" is now a Spell (per card text).
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>19 Mar. 2013</b>
|
||||
- Applied revision 1 changes to set 20.
|
||||
- "Bolstered Spirits" is now a Spell (per card text).
|
||||
|
||||
<b>15 Mar. 2013</b>
|
||||
- "Lothlorien" correctly requires to spot 2 elves, instead of just one to remove the burden.
|
||||
|
||||
@@ -6,6 +6,7 @@ import com.gempukku.lotro.cards.actions.PlayEventAction;
|
||||
import com.gempukku.lotro.cards.effects.choose.ChooseAndAddUntilEOPStrengthBonusEffect;
|
||||
import com.gempukku.lotro.cards.modifiers.evaluator.CardMatchesEvaluator;
|
||||
import com.gempukku.lotro.common.Culture;
|
||||
import com.gempukku.lotro.common.Keyword;
|
||||
import com.gempukku.lotro.common.Phase;
|
||||
import com.gempukku.lotro.common.Side;
|
||||
import com.gempukku.lotro.filters.Filter;
|
||||
@@ -24,6 +25,7 @@ import com.gempukku.lotro.logic.modifiers.ModifiersQuerying;
|
||||
public class Card20_154 extends AbstractEvent {
|
||||
public Card20_154() {
|
||||
super(Side.FREE_PEOPLE, 1, Culture.GANDALF, "Bolstered Spirits", Phase.SKIRMISH);
|
||||
addKeyword(Keyword.SPELL);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user