mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
- Fixed #8317
This commit is contained in:
parent
c36f976741
commit
7ca17020ef
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue