mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Fixed Second Sunrise sometimes returning permanents tapped.
This commit is contained in:
@@ -197,7 +197,7 @@ public class AbilityUtils {
|
||||
validFilter = workingCopy[2];
|
||||
}
|
||||
for (final Card cl : CardUtil.getThisTurnEntered(destination, origin, validFilter, hostCard)) {
|
||||
cards.add(cl);
|
||||
cards.add(Singletons.getModel().getGame().getCardState(cl));
|
||||
}
|
||||
} else if (defined.equals("ChosenCard")) {
|
||||
for (final Card chosen : hostCard.getChosenCard()) {
|
||||
|
||||
Reference in New Issue
Block a user