This commit is contained in:
Jeff Wadsworth 2021-09-27 16:35:10 -05:00
parent c36f976741
commit 7ca17020ef

View file

@ -25,6 +25,8 @@ public class ExploitCreatureTriggeredAbility extends TriggeredAbilityImpl {
public ExploitCreatureTriggeredAbility(Effect effect, boolean optional, SetTargetPointer setTargetPointer) {
super(Zone.BATTLEFIELD, effect, optional);
this.setTargetPointer = setTargetPointer;
// For example: if the creature with the Exploit ability is sacrificed, the trigger ability must use the controller of the LKI, not the owner
setLeavesTheBattlefieldTrigger(true); // https://github.com/magefree/mage/issues/8317
}
public ExploitCreatureTriggeredAbility(final ExploitCreatureTriggeredAbility ability) {