The "Response" is covered by a different set of rules than the "playableInPhases"

This commit is contained in:
marcin.sciesinski
2019-03-02 16:05:15 -08:00
parent 54f4837c19
commit 73fcb1e392

View File

@@ -27,7 +27,7 @@ import java.util.List;
*/
public class Card5_096 extends AbstractEvent {
public Card5_096() {
super(Side.SHADOW, 0, Culture.SAURON, "Eye of Barad-Dur", Phase.FELLOWSHIP, Phase.MANEUVER, Phase.SKIRMISH, Phase.REGROUP);
super(Side.SHADOW, 0, Culture.SAURON, "Eye of Barad-Dur", Phase.SKIRMISH);
}
@Override