forked from External/mage
[OTJ] Implement Forsaken Miner
This commit is contained in:
parent
c7d66059eb
commit
e77443f5b9
3 changed files with 55 additions and 1 deletions
|
|
@ -26,7 +26,11 @@ public class CommittedCrimeTriggeredAbility extends TriggeredAbilityImpl {
|
|||
}
|
||||
|
||||
public CommittedCrimeTriggeredAbility(Effect effect, boolean optional) {
|
||||
super(Zone.BATTLEFIELD, effect, optional);
|
||||
this(Zone.BATTLEFIELD, effect, optional);
|
||||
}
|
||||
|
||||
public CommittedCrimeTriggeredAbility(Zone zone, Effect effect, boolean optional) {
|
||||
super(zone, effect, optional);
|
||||
setTriggerPhrase("Whenever you commit a crime, ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue