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