mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
implement [BLB] Carrot Cake
This commit is contained in:
parent
65828866ec
commit
b59f8e889d
10 changed files with 89 additions and 34 deletions
|
|
@ -15,6 +15,10 @@ public class SacrificeSourceTriggeredAbility extends TriggeredAbilityImpl {
|
|||
|
||||
private final boolean setTargetPointer;
|
||||
|
||||
public SacrificeSourceTriggeredAbility(Effect effect) {
|
||||
this(effect, false);
|
||||
}
|
||||
|
||||
public SacrificeSourceTriggeredAbility(Effect effect, boolean optional) {
|
||||
this(effect, optional, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue