mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Won't be asked to select/order cards to play from opening hand if there are none to play
This commit is contained in:
@@ -1574,7 +1574,9 @@ public class GameAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Players are supposed to return the effects in an order they want those to be resolved (Rule 103.5)
|
// Players are supposed to return the effects in an order they want those to be resolved (Rule 103.5)
|
||||||
|
if (!usableFromOpeningHand.isEmpty()) {
|
||||||
usableFromOpeningHand = takesAction.getController().chooseSaToActivateFromOpeningHand(usableFromOpeningHand);
|
usableFromOpeningHand = takesAction.getController().chooseSaToActivateFromOpeningHand(usableFromOpeningHand);
|
||||||
|
}
|
||||||
|
|
||||||
for(final SpellAbility sa : usableFromOpeningHand ) {
|
for(final SpellAbility sa : usableFromOpeningHand ) {
|
||||||
if (!takesAction.getZone(ZoneType.Hand).contains(sa.getSourceCard()))
|
if (!takesAction.getZone(ZoneType.Hand).contains(sa.getSourceCard()))
|
||||||
|
|||||||
Reference in New Issue
Block a user