Followers can't be transferred from a character to the same character.

This commit is contained in:
marcins78@gmail.com
2012-04-13 10:19:57 +00:00
parent 98bbc808e9
commit 5eee29c5a8

View File

@@ -78,7 +78,7 @@ public abstract class AbstractFollower extends AbstractPermanent {
action.appendCost(
getAidCost(game, action, self));
action.appendCost(
new ChooseActiveCardEffect(self, playerId, "Choose character to transfer follower to", getFollowerTarget(game, self)) {
new ChooseActiveCardEffect(self, playerId, "Choose character to transfer follower to", getFollowerTarget(game, self), Filters.not(Filters.hasAttached(self))) {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
action.appendEffect(