- "There and Back Again" can be played only on Hobbit companions now.
This commit is contained in:
@@ -32,7 +32,7 @@ public class Card1_317 extends AbstractAttachable {
|
||||
|
||||
@Override
|
||||
protected Filterable getValidTargetFilter(String playerId, LotroGame game, PhysicalCard self) {
|
||||
return Race.HOBBIT;
|
||||
return Filters.and(CardType.COMPANION, Race.HOBBIT);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>25 Nov. 2011</b>
|
||||
- "There and Back Again" can be played only on Hobbit companions now.
|
||||
|
||||
<b>24 Nov. 2011</b>
|
||||
- "Arrow From the South" - trying to fix it. Maybe this time it will be right.
|
||||
- "Saved From the Fire" now allows to take only cards of the companions chosen culture into hand from deck and only one
|
||||
|
||||
Reference in New Issue
Block a user