- "Get On and Get Away" is playable now in the Fellowship phase.

This commit is contained in:
marcins78@gmail.com
2011-11-16 13:06:29 +00:00
parent e02d5b9ccd
commit 1394fc7740
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import com.gempukku.lotro.cards.AbstractEvent;
import com.gempukku.lotro.cards.actions.PlayEventAction;
import com.gempukku.lotro.cards.effects.AddBurdenEffect;
import com.gempukku.lotro.common.Culture;
import com.gempukku.lotro.common.Phase;
import com.gempukku.lotro.common.Side;
import com.gempukku.lotro.game.PhysicalCard;
import com.gempukku.lotro.game.state.LotroGame;
@@ -19,7 +20,7 @@ import com.gempukku.lotro.logic.effects.PlaySiteEffect;
*/
public class Card4_304 extends AbstractEvent {
public Card4_304() {
super(Side.FREE_PEOPLE, 0, Culture.SHIRE, "Get On and Get Away");
super(Side.FREE_PEOPLE, 0, Culture.SHIRE, "Get On and Get Away", Phase.FELLOWSHIP);
}
@Override

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>16 Nov. 2011</b>
- "Impatient and Angry" only the owner of the Sam should be given an option to remove a burden.
- "Get On and Get Away" is playable now in the Fellowship phase.
<b>15 Nov. 2011</b>
- Added set 08 (Siege of Gondor)