You can't transfer card to the same bearer ("Horn of Boromir")
This commit is contained in:
@@ -61,6 +61,7 @@ public abstract class AbstractAttachableFPPossession extends AbstractAttachable
|
|||||||
}
|
}
|
||||||
|
|
||||||
validTransferFilter = Filters.and(validTransferFilter,
|
validTransferFilter = Filters.and(validTransferFilter,
|
||||||
|
Filters.not(Filters.sameCard(self.getAttachedTo())),
|
||||||
new Filter() {
|
new Filter() {
|
||||||
@Override
|
@Override
|
||||||
public boolean accepts(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard physicalCard) {
|
public boolean accepts(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard physicalCard) {
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
- "Goblin Swarms" no longer highlights in hand if Goblin can be stacked
|
- "Goblin Swarms" no longer highlights in hand if Goblin can be stacked
|
||||||
- Added animations to cards entering play
|
- Added animations to cards entering play
|
||||||
- Cereborn now correctly exerts itself for his ability.
|
- 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>
|
<b>6 Oct. 2011</b>
|
||||||
- "Hollowing of Isengard" now correctly discards itself upon use.
|
- "Hollowing of Isengard" now correctly discards itself upon use.
|
||||||
|
|||||||
Reference in New Issue
Block a user