- "Horse of Rohan" now requires to spot ROHAN Man.

This commit is contained in:
marcins78@gmail.com
2012-01-24 20:25:38 +00:00
parent aa67743d4f
commit a9aa9499e8
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
package com.gempukku.lotro.cards.set4.rohan;
import com.gempukku.lotro.cards.AbstractAttachableFPPossession;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.TriggerConditions;
import com.gempukku.lotro.cards.effects.ExertCharactersEffect;
import com.gempukku.lotro.common.*;
@@ -28,6 +29,12 @@ public class Card4_283 extends AbstractAttachableFPPossession {
super(2, 0, 0, Culture.ROHAN, PossessionClass.MOUNT, "Horse of Rohan");
}
@Override
public boolean checkPlayRequirements(String playerId, LotroGame game, PhysicalCard self, Filter additionalAttachmentFilter, int twilightModifier) {
return super.checkPlayRequirements(playerId, game, self, additionalAttachmentFilter, twilightModifier)
&& PlayConditions.canSpot(game, Culture.ROHAN, Race.MAN);
}
@Override
protected Filter getValidTargetFilter(String playerId, LotroGame game, PhysicalCard self) {
return Filters.or(Race.MAN, Race.ELF, Race.WIZARD);

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>24 Jan. 2012</b>
- "Horse of Rohan" now requires to spot ROHAN Man.
<b>23 Jan. 2012</b>
- You can't create a League table, if you played maximum number of games in league serie. You can't join a league table
if you played maximum games in league serie, or if you played against that opponent in this league series already.
@@ -39,7 +42,7 @@ for cancelling bonus modifiers.
- "When moves to" actions now happen before twilight for movement is added.
<b>13 Jan. 2012</b>
- "The Eye of Sauron" now correctly exerts the SAURON Orc.
- "The Eye of Sauron" now correctly exerts the SAURON Orc.C
<b>12 Jan. 2012</b>
- Players can now (using Settings tab) specify which form of answer selection to use - buttons or drop-down.