- AF_Tap should tap Human's creatures

This commit is contained in:
jendave
2011-08-06 12:43:57 +00:00
parent f4d2de2653
commit 6c2548e873

View File

@@ -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.