- "Treebeard, KotW" Requires now to spot 3 GANDALF Companions, rather than only 2.
This commit is contained in:
@@ -38,7 +38,7 @@ public class Card10_018 extends AbstractCompanion {
|
|||||||
@Override
|
@Override
|
||||||
public boolean checkPlayRequirements(String playerId, LotroGame game, PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty, boolean ignoreCheckingDeadPile) {
|
public boolean checkPlayRequirements(String playerId, LotroGame game, PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty, boolean ignoreCheckingDeadPile) {
|
||||||
return super.checkPlayRequirements(playerId, game, self, twilightModifier, ignoreRoamingPenalty, ignoreCheckingDeadPile)
|
return super.checkPlayRequirements(playerId, game, self, twilightModifier, ignoreRoamingPenalty, ignoreCheckingDeadPile)
|
||||||
&& PlayConditions.canSpot(game, 2, Culture.GANDALF, CardType.COMPANION);
|
&& PlayConditions.canSpot(game, 3, Culture.GANDALF, CardType.COMPANION);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ when Frodo dies from having 0 Vitality.
|
|||||||
- "Preparations" stacks card from discard now, rather than from hand.
|
- "Preparations" stacks card from discard now, rather than from hand.
|
||||||
- "Sent Back" now allows to play Wizard as well.
|
- "Sent Back" now allows to play Wizard as well.
|
||||||
- "Gandalf, Manager of Wizards" now puts 3 cards from hand on top of deck in case of both players.
|
- "Gandalf, Manager of Wizards" now puts 3 cards from hand on top of deck in case of both players.
|
||||||
|
- "Treebeard, KotW" Requires now to spot 3 GANDALF Companions, rather than only 2.
|
||||||
|
|
||||||
<b>22 Nov. 2011</b>
|
<b>22 Nov. 2011</b>
|
||||||
- If a FP character had already some minion assigned, when FP player assigns minion, that character now counts the
|
- If a FP character had already some minion assigned, when FP player assigns minion, that character now counts the
|
||||||
|
|||||||
Reference in New Issue
Block a user