forked from External/mage
[WOE] Implement Pollen-Shield Hare (#10932)
* [WOE] Implement Pollen-Shield Hare * apply review --------- Co-authored-by: Evan Kranzler <theelk801@gmail.com>
This commit is contained in:
parent
a62dcc7472
commit
8e36a178a5
3 changed files with 66 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ public class BoostTargetEffect extends ContinuousEffectImpl {
|
|||
this(StaticValue.get(power), StaticValue.get(toughness), duration);
|
||||
}
|
||||
|
||||
public BoostTargetEffect(DynamicValue power, DynamicValue toughness) {
|
||||
this(power, toughness, Duration.EndOfTurn);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param power
|
||||
* @param toughness
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue