[minor] standardize adjust factor

This commit is contained in:
Li REN 2013-07-18 18:51:21 -04:00
parent 1e7138e8f6
commit 81b6088cff

View file

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