Fix to 7R33 "Citadel to Gate"

No longer heals allies
This commit is contained in:
PhallenCassidy
2018-03-10 23:03:30 -05:00
committed by GitHub
parent a5e0c1393c
commit 056e5b5953

View File

@@ -46,7 +46,7 @@ public class Card7_033 extends AbstractEvent {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
action.appendEffect(
new HealCharactersEffect(self, card.getBlueprint().getCulture()));
new HealCharactersEffect(self, card.getBlueprint().getCulture(), CardType.COMPANION));
}
});
return action;