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:
@@ -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.
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user