- "Dawn Take You All" now correctly works during Skirmish.

This commit is contained in:
marcin.sciesinski
2017-11-13 12:19:01 -08:00
parent d2309beedc
commit 4b8a28ce0c
2 changed files with 2 additions and 1 deletions

View File

@@ -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.

View File

@@ -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);
}