[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:
Susucre 2023-08-25 03:20:13 +02:00 committed by GitHub
parent a62dcc7472
commit 8e36a178a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 66 additions and 0 deletions

View file

@ -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