mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
- Added Dusk Urchins, Hollowborn Barghest, and Hollowsage. Fixed Tormented Hero and added optional to BecomesTappedTriggered.
This commit is contained in:
parent
b4a690b402
commit
5b6bc2ea39
5 changed files with 334 additions and 4 deletions
|
|
@ -39,6 +39,10 @@ import mage.game.events.GameEvent.EventType;
|
|||
* @author nantuko
|
||||
*/
|
||||
public class BecomesTappedTriggeredAbility extends TriggeredAbilityImpl {
|
||||
|
||||
public BecomesTappedTriggeredAbility(Effect effect, boolean isOptional) {
|
||||
super(Zone.BATTLEFIELD, effect, isOptional);
|
||||
}
|
||||
|
||||
public BecomesTappedTriggeredAbility(Effect effect) {
|
||||
super(Zone.BATTLEFIELD, effect);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue