This commit is contained in:
marcins78
2013-03-19 09:54:54 +00:00
parent 5de2a4430b
commit d23a842a28
2 changed files with 4 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ var set20 = {
'20_149': 'http://lotrtcg.org/coreset/fallenrealms/whirlingstrike.png',
'20_150': 'http://lotrtcg.org/coreset/gandalf/albertdrearyefb.png',
'20_151': 'http://lotrtcg.org/coreset/gandalf/allsaveone.png',
'20_152': 'http://lotrtcg.org/coreset/gandalf/barlimanbutterburji.png',
'20_152': 'http://lotrtcg.org/coreset/gandalf/barlimanbutterburji(r1).png',
'20_153': 'http://lotrtcg.org/coreset/gandalf/bindinglight.png',
'20_154': 'http://lotrtcg.org/coreset/gandalf/bolsteredspirits.png',
'20_155': 'http://lotrtcg.org/coreset/gandalf/discernment.png',

View File

@@ -17,10 +17,11 @@ import java.util.List;
/**
* 0
* •Barliman Butterbur, Jovial Innkeep
* Gandalf Ally • Man • Bree
* Ally • Man • Bree
* 1 2
* To play, spot Gandalf.
* Fellowship or Regroup: If the fellowship is in region 1 or region 2, exert Barliman Butterbur to heal a companion.
* Fellowship or Regroup: Exert Barliman Butterbur to heal a companion.
* http://lotrtcg.org/coreset/gandalf/barlimanbutterburji(r1).png
*/
public class Card20_152 extends AbstractAlly {
public Card20_152() {
@@ -38,7 +39,6 @@ public class Card20_152 extends AbstractAlly {
protected List<? extends Action> getExtraInPlayPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
if ((PlayConditions.canUseFPCardDuringPhase(game, Phase.FELLOWSHIP, self)
|| PlayConditions.canUseFPCardDuringPhase(game, Phase.REGROUP, self))
&& PlayConditions.location(game, Filters.or(Filters.region(1), Filters.region(2)))
&& PlayConditions.canSelfExert(self, game)) {
ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(