mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Fixed targeted triggers not being removed from the stack.
This commit is contained in:
@@ -92,8 +92,11 @@ public class HumanPlaySpellAbility {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// no worries here. The same thread must resolve, and by this moment ability will have been resolved already
|
// no worries here. The same thread must resolve, and by this moment ability will have been resolved already
|
||||||
|
// Triggers haven't resolved yet ??
|
||||||
|
if (!isAlreadyTargeted) {
|
||||||
clearTargets(ability);
|
clearTargets(ability);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user