mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
[minor] standardize adjust factor
This commit is contained in:
parent
1e7138e8f6
commit
81b6088cff
1 changed files with 138 additions and 138 deletions
|
@ -45,7 +45,7 @@ public class BecomesCreatureAttachedEffect extends ContinuousEffectImpl<BecomesC
|
|||
protected String type;
|
||||
|
||||
public BecomesCreatureAttachedEffect(Token token, String text, Duration duration) {
|
||||
super(duration, Outcome.BecomeCreature);
|
||||
super(duration, Layer.TypeChangingEffects_4, SubLayer.NA, Outcome.BecomeCreature);
|
||||
this.token = token;
|
||||
staticText = text;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue