- Followers can now be transferred between companions (i.e. on second and subsequent moves).
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user