From fb6d970758daebacf97dd7160d47d91c8605cf1b Mon Sep 17 00:00:00 2001 From: marcins78 Date: Wed, 13 Mar 2013 15:26:00 +0000 Subject: [PATCH] - "Retribution" now only the owner of the Dwarf gets the option to use the "Retribution" effect, when that Dwarf wins the skirmish. --- gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html | 2 ++ .../com/gempukku/lotro/cards/set20/dwarven/Card20_064.java | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html index 9bd5fe872..b70b26679 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html @@ -16,6 +16,8 @@ - "Goblin Howler" now gets the strength bonus, when a minion is played from condition, not the played minion. - "Fall of Free Peoples" now correctly requires to exert a SAURON Orc. - "Gimli's Battle Axe, Weapon of Erebor" no longer gives vitality bonus (per card text). +- "Retribution" now only the owner of the Dwarf gets the option to use the "Retribution" effect, when that Dwarf wins +the skirmish. 12 Mar. 2013 - "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul. diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/dwarven/Card20_064.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/dwarven/Card20_064.java index ecc90ffb0..9db3e07db 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/dwarven/Card20_064.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set20/dwarven/Card20_064.java @@ -40,7 +40,8 @@ public class Card20_064 extends AbstractEvent { new AbstractActionProxy() { @Override public List getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult) { - if (TriggerConditions.winsSkirmish(game, effectResult, selectedCharacter)) { + if (TriggerConditions.winsSkirmish(game, effectResult, selectedCharacter) + && playerId.equals(selectedCharacter.getOwner())) { OptionalTriggerAction action = new OptionalTriggerAction(self); action.setVirtualCardAction(true); action.appendEffect(