- "Impatient and Angry" only the owner of the Sam should be given an option to remove a burden.

This commit is contained in:
marcins78@gmail.com
2011-11-16 11:24:40 +00:00
parent 1539a59d7f
commit f0aa3a5518
2 changed files with 6 additions and 2 deletions

View File

@@ -56,7 +56,8 @@ public class Card4_307 extends AbstractEvent {
new AbstractActionProxy() {
@Override
public List<? extends Action> getOptionalAfterTriggers(String playerId, LotroGame lotroGame, EffectResult effectResults) {
if (PlayConditions.winsSkirmish(effectResults, character)) {
if (PlayConditions.winsSkirmish(effectResults, character)
&& playerId.equals(character.getOwner())) {
OptionalTriggerAction action = new OptionalTriggerAction(character);
action.appendEffect(
new RemoveBurdenEffect(self));

View File

@@ -1,5 +1,8 @@
<pre style="font-size:80%">
<b>14 Nov. 2011</b>
<b>16 Nov. 2011</b>
- "Impatient and Angry" only the owner of the Sam should be given an option to remove a burden.
<b>15 Nov. 2011</b>
- Added set 08 (Siege of Gondor)
<b>14 Nov. 2011</b>