- "Thin and Stretched" now adds burden only, when it's supposed to.
This commit is contained in:
@@ -52,7 +52,7 @@ public class Card1_279 extends AbstractAttachable {
|
||||
@Override
|
||||
public List<RequiredTriggerAction> getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
||||
if (effectResult.getType() == EffectResult.Type.END_OF_TURN
|
||||
&& !game.getActionsEnvironment().wasAssignedThisTurn(game, self)
|
||||
&& !game.getActionsEnvironment().wasAssignedThisTurn(game, self.getAttachedTo())
|
||||
&& game.getActionsEnvironment().wasAssignedThisTurn(game, CardType.COMPANION)) {
|
||||
RequiredTriggerAction action = new RequiredTriggerAction(self);
|
||||
action.appendEffect(
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>05 Apr. 2012</b>
|
||||
- "Thin and Stretched" now adds burden only, when it's supposed to.
|
||||
|
||||
<b>02 Apr. 2012</b>
|
||||
- "Black Dart" now can be transferred.
|
||||
- Added Standard format.
|
||||
|
||||
Reference in New Issue
Block a user