mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- AF_Tap should tap Human's creatures
This commit is contained in:
@@ -398,7 +398,7 @@ public class AbilityFactory_PermanentState {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
CardList tapList = AllZoneUtil.getPlayerCardsInPlay(AllZone.ComputerPlayer);
|
CardList tapList = AllZoneUtil.getPlayerCardsInPlay(AllZone.HumanPlayer);
|
||||||
tapList = tapList.filter(AllZoneUtil.untapped);
|
tapList = tapList.filter(AllZoneUtil.untapped);
|
||||||
tapList = tapList.getValidCards(tgt.getValidTgts(), source.getController(), source);
|
tapList = tapList.getValidCards(tgt.getValidTgts(), source.getController(), source);
|
||||||
// filter out enchantments and planeswalkers, their tapped state doesn't matter.
|
// filter out enchantments and planeswalkers, their tapped state doesn't matter.
|
||||||
|
|||||||
Reference in New Issue
Block a user