mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
small update to StationLevelAbility
This commit is contained in:
parent
33b8e6fcaa
commit
9667d7573c
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class StationLevelCreatureEffect extends ContinuousEffectImpl {
|
||||||
}
|
}
|
||||||
switch (layer) {
|
switch (layer) {
|
||||||
case TypeChangingEffects_4:
|
case TypeChangingEffects_4:
|
||||||
permanent.addCardType(game, CardType.ARTIFACT, CardType.CREATURE);
|
permanent.addCardType(game, CardType.CREATURE);
|
||||||
return true;
|
return true;
|
||||||
case PTChangingEffects_7:
|
case PTChangingEffects_7:
|
||||||
if (sublayer != SubLayer.SetPT_7b) {
|
if (sublayer != SubLayer.SetPT_7b) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue