MagicStack: check for StackEntries in addAllTriggeredAbilities

This commit is contained in:
Hans Mackowiak
2025-08-26 10:56:05 +02:00
parent ab49e97797
commit f8b7a0fb9a

View File

@@ -854,6 +854,9 @@ public class MagicStack /* extends MyObservable */ implements Iterable<SpellAbil
// caused by DevTools before first turn
return false;
}
if (!hasSimultaneousStackEntries()) {
return false;
}
if (!playerTurn.isInGame()) {
playerTurn = game.getNextPlayerAfter(playerTurn);