You can't transfer card to the same bearer ("Horn of Boromir")

This commit is contained in:
marcins78@gmail.com
2011-10-13 21:51:54 +00:00
parent 667513bfaa
commit 5809ee24fc
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ public abstract class AbstractAttachableFPPossession extends AbstractAttachable
}
validTransferFilter = Filters.and(validTransferFilter,
Filters.not(Filters.sameCard(self.getAttachedTo())),
new Filter() {
@Override
public boolean accepts(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard physicalCard) {

View File

@@ -7,6 +7,7 @@
- "Goblin Swarms" no longer highlights in hand if Goblin can be stacked
- Added animations to cards entering play
- Cereborn now correctly exerts itself for his ability.
- You can't transfer card to the same bearer ("Horn of Boromir")
<b>6 Oct. 2011</b>
- "Hollowing of Isengard" now correctly discards itself upon use.