"Guarded City"

This commit is contained in:
marcins78@gmail.com
2012-01-07 14:32:59 +00:00
parent f4b6a28829
commit de8a8f0dae

View File

@@ -37,8 +37,9 @@ public class Card13_068 extends AbstractEvent {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
int count = Filters.countActive(game.getGameState(), game.getModifiersQuerying(), CardType.POSSESSION, Filters.attachedTo(card));
action.appendEffect(
new ReinforceTokenEffect(self, playerId, Token.GONDOR, count));
for (int i = 0; i < count; i++)
action.appendEffect(
new ReinforceTokenEffect(self, playerId, Token.GONDOR));
}
});
return action;