mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Apply Storm of Souls P/T effect on correct sublayer
This commit is contained in:
parent
a20e0e48cc
commit
47989a94a9
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class StormOfSoulsChangeCreatureEffect extends ContinuousEffectImpl {
|
||||||
permanent.addAbility(FlyingAbility.getInstance(), source.getSourceId(), game);
|
permanent.addAbility(FlyingAbility.getInstance(), source.getSourceId(), game);
|
||||||
break;
|
break;
|
||||||
case PTChangingEffects_7:
|
case PTChangingEffects_7:
|
||||||
if (sublayer == SubLayer.ModifyPT_7c) {
|
if (sublayer == SubLayer.SetPT_7b) {
|
||||||
permanent.getPower().setValue(1);
|
permanent.getPower().setValue(1);
|
||||||
permanent.getToughness().setValue(1);
|
permanent.getToughness().setValue(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue