- "Hobbit Appetite" allows to heal Hobbit companions only.
This commit is contained in:
@@ -2,10 +2,7 @@ package com.gempukku.lotro.cards.set1.shire;
|
||||
|
||||
import com.gempukku.lotro.cards.AbstractOldEvent;
|
||||
import com.gempukku.lotro.cards.actions.PlayEventAction;
|
||||
import com.gempukku.lotro.common.Culture;
|
||||
import com.gempukku.lotro.common.Phase;
|
||||
import com.gempukku.lotro.common.Race;
|
||||
import com.gempukku.lotro.common.Side;
|
||||
import com.gempukku.lotro.common.*;
|
||||
import com.gempukku.lotro.game.PhysicalCard;
|
||||
import com.gempukku.lotro.game.state.LotroGame;
|
||||
import com.gempukku.lotro.logic.decisions.DecisionResultInvalidException;
|
||||
@@ -43,7 +40,7 @@ public class Card1_294 extends AbstractOldEvent {
|
||||
final int twilight = getValidatedResult(result);
|
||||
action.appendCost(new AddTwilightEffect(self, twilight));
|
||||
action.appendEffect(
|
||||
new ChooseAndHealCharactersEffect(action, playerId, 1, 1, twilight, Race.HOBBIT));
|
||||
new ChooseAndHealCharactersEffect(action, playerId, 1, 1, twilight, CardType.COMPANION, Race.HOBBIT));
|
||||
}
|
||||
}));
|
||||
return action;
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>25 Jul. 2012</b>
|
||||
- "Hobbit Appetite" allows to heal Hobbit companions only.
|
||||
|
||||
<b>11 Jul. 2012</b>
|
||||
- Added player statistics (visible only to the user himself). displaying the number of wins/losses for each format and
|
||||
deck played, split into casual and competitive groups.
|
||||
|
||||
Reference in New Issue
Block a user