forked from External/mage
- Fixed Bug #3225
This commit is contained in:
parent
89af3e7aaa
commit
1607849c19
1 changed files with 1 additions and 0 deletions
|
|
@ -971,6 +971,7 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
}
|
||||
game.fireEvent(GameEvent.getEvent(EventType.SACRIFICED_PERMANENT, objectId, sourceId, controllerId));
|
||||
game.checkStateAndTriggered();
|
||||
game.applyEffects();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue