- "Itilien Wilderness" now correctly adds +2 Strength to selected card.
This commit is contained in:
@@ -63,7 +63,7 @@ public class Card4_237 extends AbstractPermanent {
|
||||
protected void cardSelected(LotroGame game, PhysicalCard card) {
|
||||
action.insertEffect(
|
||||
new AddUntilEndOfPhaseModifierEffect(
|
||||
new StrengthModifier(self, self, 2), Phase.SKIRMISH));
|
||||
new StrengthModifier(self, card, 2), Phase.SKIRMISH));
|
||||
}
|
||||
});
|
||||
return Collections.singletonList(action);
|
||||
|
||||
@@ -8,6 +8,7 @@ connectivity problem.
|
||||
- "Desert Sneak", "Desert Scout" and "Desert Runner" now correctly allow to wound the character they were assiged to by
|
||||
FP player.
|
||||
- "Radagast" should now correctly add Move Limit whenever he has to (when it's played or at the start of the turn).
|
||||
- "Itilien Wilderness" now correctly adds +2 Strength to selected card.
|
||||
|
||||
<b>30 Nov. 2011</b>
|
||||
- When instructed to choose a card to heal/wound X times, a card with vitality/wounds <X can be chosen, as long as
|
||||
|
||||
Reference in New Issue
Block a user