Apply Storm of Souls P/T effect on correct sublayer

This commit is contained in:
Alex W. Jackson 2022-02-21 08:26:47 -05:00
parent a20e0e48cc
commit 47989a94a9

View file

@ -114,7 +114,7 @@ class StormOfSoulsChangeCreatureEffect extends ContinuousEffectImpl {
permanent.addAbility(FlyingAbility.getInstance(), source.getSourceId(), game);
break;
case PTChangingEffects_7:
if (sublayer == SubLayer.ModifyPT_7c) {
if (sublayer == SubLayer.SetPT_7b) {
permanent.getPower().setValue(1);
permanent.getToughness().setValue(1);
}