- "Impatient and Angry" only the owner of the Sam should be given an option to remove a burden.
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user