forked from External/mage
Clash - Fixed handling of Titan's Revenge.
This commit is contained in:
parent
b7a51adbc3
commit
7c0f93afcd
3 changed files with 40 additions and 26 deletions
|
|
@ -199,7 +199,7 @@ public class Spell implements StackObject, Card {
|
|||
if (!copiedSpell) {
|
||||
for (Effect effect : ability.getEffects()) {
|
||||
if (effect instanceof PostResolveEffect) {
|
||||
if (((PostResolveEffect) effect).isActive()) {
|
||||
if (((PostResolveEffect) effect).isActive(ability, game)) {
|
||||
((PostResolveEffect) effect).postResolve(card, ability, controllerId, game);
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue