Fixed display of The One Ring in list of cards to add to deck, when not during special Ring selection.

This commit is contained in:
marcins78
2014-05-16 16:54:58 +00:00
parent 001fe70238
commit 9def156b4a
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>16 May 2014</b>
- "Sting of Shelob" now correctly kills the companion.
<b>25 Apr. 2014</b>
- "Seeking New Foes" now correctly changes who selects skirmishes.
- "Pippin, Guard of Minas Tirith" now wounds only minions bearing Fortifications.

View File

@@ -42,7 +42,7 @@ public class Card18_035 extends AbstractEvent {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
action.insertEffect(
new KillEffect(self, KillEffect.Cause.CARD_EFFECT));
new KillEffect(card, KillEffect.Cause.CARD_EFFECT));
}
});
action.appendEffect(