Fix to 7R33 "Citadel to Gate"
No longer heals allies
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user