- Followers can now be transferred between companions (i.e. on second and subsequent moves).

This commit is contained in:
marcins78@gmail.com
2012-02-15 08:40:27 +00:00
parent b2c91638ad
commit 799490e9b6
2 changed files with 1 additions and 1 deletions

View File

@@ -71,7 +71,6 @@ public abstract class AbstractFollower extends AbstractPermanent {
@Override
public final List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, final PhysicalCard self) {
if (TriggerConditions.startOfPhase(game, effectResult, Phase.MANEUVER)
&& self.getZone() == Zone.SUPPORT
&& canPayAidCost(game, self)
&& PlayConditions.canSpot(game, getFollowerTarget(game, self))) {
final OptionalTriggerAction action = new OptionalTriggerAction(self);

View File

@@ -2,6 +2,7 @@
<b>15 Feb. 2012</b>
- Followers are added to deck builder list of card types.
- "Salt from the Shire" is no longer misspelled.
- Followers can now be transferred between companions (i.e. on second and subsequent moves).
<b>12 Feb. 2012</b>
- "Tower Troll" now exerts itself twice to use the activated ability.