Corrected "Dwarven Song" twilight cost

This commit is contained in:
PhallenCassidy
2017-11-30 07:19:22 -05:00
committed by GitHub
parent 72a32e9deb
commit a79fd4482a

View File

@@ -30,7 +30,7 @@ import java.util.List;
*/
public class Card31_002 extends AbstractEvent {
public Card31_002() {
super(Side.FREE_PEOPLE, 1, Culture.DWARVEN, "Dwarven Song", Phase.REGROUP);
super(Side.FREE_PEOPLE, 3, Culture.DWARVEN, "Dwarven Song", Phase.REGROUP);
}
@Override
@@ -70,4 +70,4 @@ public class Card31_002 extends AbstractEvent {
});
return action;
}
}
}