mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
[DFT] Implement Thunderhead Gunner
This commit is contained in:
parent
8d042af13c
commit
194ff4b073
3 changed files with 51 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ import mage.util.CardUtil;
|
|||
*/
|
||||
public class LimitedTimesPerTurnActivatedAbility extends ActivatedAbilityImpl {
|
||||
|
||||
public LimitedTimesPerTurnActivatedAbility(Effect effect, Cost cost) {
|
||||
this(Zone.BATTLEFIELD, effect, cost);
|
||||
}
|
||||
|
||||
public LimitedTimesPerTurnActivatedAbility(Zone zone, Effect effect, Cost cost) {
|
||||
this(zone, effect, cost, 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue