"Fury of the White Raider"

This commit is contained in:
marcins78@gmail.com
2011-10-17 13:02:59 +00:00
parent 5e8e82ddd8
commit fe191467f3

View File

@@ -19,7 +19,7 @@ import com.gempukku.lotro.logic.effects.ChooseAndWoundCharactersEffect;
* Game Text: Spell. Maneuver: Spot 3 twilight tokens and exert Gandalf to wound a minion twice.
*/
public class Card5_018 extends AbstractEvent {
public card5_018() {
public Card5_018() {
super(Side.FREE_PEOPLE, 3, Culture.GANDALF, "Fury of the White Raider", Phase.MANEUVER);
addKeyword(Keyword.SPELL);
}