small update to StationLevelAbility

This commit is contained in:
theelk801 2025-07-21 11:04:04 -04:00
parent 33b8e6fcaa
commit 9667d7573c

View file

@ -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) {