- "Dawn Take You All" now correctly works during Skirmish.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
- "Troll Campfire" now correctly requires to spot a troll to play.
|
||||
- "Troll Knife" now correctly costs 2.
|
||||
- Changed Hobbit format's deck building restrictions and they are now displayed in the formats.
|
||||
- "Dawn Take You All" now correctly works during Skirmish.
|
||||
|
||||
<b>17 Dec. 2015</b>
|
||||
- "Armor of Khazad" no longer allows to return itself from discard and can now be transferred.
|
||||
|
||||
@@ -28,7 +28,7 @@ import java.util.List;
|
||||
*/
|
||||
public class Card30_024 extends AbstractEvent {
|
||||
public Card30_024() {
|
||||
super(Side.FREE_PEOPLE, 3, Culture.GANDALF, "Dawn Take You All", Phase.MANEUVER);
|
||||
super(Side.FREE_PEOPLE, 3, Culture.GANDALF, "Dawn Take You All", Phase.SKIRMISH);
|
||||
addKeyword(Keyword.SPELL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user