mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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;
|
protected String type;
|
||||||
|
|
||||||
public BecomesCreatureAttachedEffect(Token token, String text, Duration duration) {
|
public BecomesCreatureAttachedEffect(Token token, String text, Duration duration) {
|
||||||
super(duration, Outcome.BecomeCreature);
|
super(duration, Layer.TypeChangingEffects_4, SubLayer.NA, Outcome.BecomeCreature);
|
||||||
this.token = token;
|
this.token = token;
|
||||||
staticText = text;
|
staticText = text;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue