- "To Whatever End" is now a Skirmish event, instead of Regroup event (per card text).

This commit is contained in:
marcins78
2013-03-14 10:44:17 +00:00
parent 44b85082da
commit cadce2bb54
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>14 Mar. 2013</b>
- "Into the Wild" now increases site number only based on sites in current region (per card text).
- "To Whatever End" is now a Skirmish event, instead of Regroup event (per card text).
<b>13 Mar. 2013</b>
- "Waylayed" now wounds 1 companion 4 times, instead of 4 companions once.

View File

@@ -17,7 +17,7 @@ import com.gempukku.lotro.game.state.LotroGame;
*/
public class Card20_347 extends AbstractEvent {
public Card20_347() {
super(Side.FREE_PEOPLE, 0, Culture.ROHAN, "To Whatever End", Phase.REGROUP);
super(Side.FREE_PEOPLE, 0, Culture.ROHAN, "To Whatever End", Phase.SKIRMISH);
}
@Override