- "Fifth Level" can now be transferred between minions.

This commit is contained in:
marcins78@gmail.com
2011-12-29 03:59:18 +00:00
parent 97e7bac57f
commit 8a8272a3bf
2 changed files with 1 additions and 1 deletions

View File

@@ -48,7 +48,6 @@ public class Card10_032 extends AbstractPermanent {
@Override
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, final PhysicalCard self) {
if (PlayConditions.canUseFPCardDuringPhase(game, Phase.MANEUVER, self)
&& self.getZone() == Zone.SUPPORT
&& (
PlayConditions.canExert(self, game, 1, 2, Culture.GONDOR, Race.MAN)
|| PlayConditions.canSpot(game, 3, Keyword.KNIGHT))) {

View File

@@ -2,6 +2,7 @@
<b>29 Dec. 2011</b>
- "Till Durin Wakes Again" now allows to heal as many dwarves as you want, rather than just one.
- "All Thought Bent on It" now makes the FP player to exert the characters, rather than the Shadow player.
- "Fifth Level" can now be transferred between minions.
<b>27 Dec. 2011</b>
- "Isengard Scout Troop" now exerts itself to take control of a site.