mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Fix logic
This commit is contained in:
@@ -48,7 +48,7 @@ public class AirbendEffect extends SpellAbilityEffect {
|
|||||||
|
|
||||||
final CardZoneTable triggerList = CardZoneTable.getSimultaneousInstance(sa);
|
final CardZoneTable triggerList = CardZoneTable.getSimultaneousInstance(sa);
|
||||||
|
|
||||||
for (Card c : getTargetCards(sa)) {
|
for (Card c : getCardsfromTargets(sa)) {
|
||||||
final Card gameCard = game.getCardState(c, null);
|
final Card gameCard = game.getCardState(c, null);
|
||||||
// gameCard is LKI in that case, the card is not in game anymore
|
// gameCard is LKI in that case, the card is not in game anymore
|
||||||
// or the timestamp did change
|
// or the timestamp did change
|
||||||
|
|||||||
Reference in New Issue
Block a user