Cleaning up the archery to avoid being able to choose unwoundable cards to soak archery wounds.

This commit is contained in:
marcins78@gmail.com
2011-10-04 10:33:29 +00:00
parent c3ce6922d8
commit 6edcb33cac

View File

@@ -32,7 +32,7 @@ public class ShadowPlayerAssignsArcheryDamageGameProcess implements GameProcess
for (int i = 0; i < _woundsToAssign; i++) {
final int woundsLeft = _woundsToAssign - i;
action.appendEffect(
new ChooseAndWoundCharactersEffect(action, _game.getGameState().getCurrentPlayerId(), 1, 1, filter) {
new ChooseAndWoundCharactersEffect(action, _playerId, 1, 1, filter) {
@Override
public String getText(LotroGame game) {
return "Choose minion to assign archery wound to - remaining wounds: " + woundsLeft;