mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38: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;
|
||||
}
|
||||
else{
|
||||
CardList tapList = AllZoneUtil.getPlayerCardsInPlay(AllZone.ComputerPlayer);
|
||||
CardList tapList = AllZoneUtil.getPlayerCardsInPlay(AllZone.HumanPlayer);
|
||||
tapList = tapList.filter(AllZoneUtil.untapped);
|
||||
tapList = tapList.getValidCards(tgt.getValidTgts(), source.getController(), source);
|
||||
// filter out enchantments and planeswalkers, their tapped state doesn't matter.
|
||||
|
||||
Reference in New Issue
Block a user