- "Get On and Get Away" is playable now in the Fellowship phase.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user