This commit is contained in:
Achilles 2017-04-23 20:07:40 -05:00
parent 89af3e7aaa
commit 1607849c19

View file

@ -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;