diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/rohan/Card4_283.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/rohan/Card4_283.java index 279cdc7a9..b72845b35 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/rohan/Card4_283.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/rohan/Card4_283.java @@ -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); diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index 02cc345a7..c9de83de0 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -1,4 +1,7 @@
+24 Jan. 2012
+- "Horse of Rohan" now requires to spot ROHAN Man.
+
 23 Jan. 2012
 - 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.
 
 13 Jan. 2012
-- "The Eye of Sauron" now correctly exerts the SAURON Orc.
+- "The Eye of Sauron" now correctly exerts the SAURON Orc.C
 
 12 Jan. 2012
 - Players can now (using Settings tab) specify which form of answer selection to use - buttons or drop-down.