fix Tree of Redemption (#11024)

This commit is contained in:
Susucre 2023-08-26 03:11:08 +02:00 committed by GitHub
parent eec5bceb71
commit 7a93681112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 10 deletions

View file

@ -23,7 +23,9 @@ public class SetBasePowerToughnessSourceEffect extends ContinuousEffectImpl {
private final DynamicValue toughness;
/**
* Note: Need to set text manually if calling this constructor directly
* Note: Need to set text manually if calling this constructor directly.
* <p>
* It is possible to have power or toughness to null, in which case only the other is modified.
*/
public SetBasePowerToughnessSourceEffect(DynamicValue power, DynamicValue toughness, Duration duration, SubLayer subLayer) {
super(duration, Layer.PTChangingEffects_7, subLayer, Outcome.BoostCreature);