mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -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) {
|
||||
case TypeChangingEffects_4:
|
||||
permanent.addCardType(game, CardType.ARTIFACT, CardType.CREATURE);
|
||||
permanent.addCardType(game, CardType.CREATURE);
|
||||
return true;
|
||||
case PTChangingEffects_7:
|
||||
if (sublayer != SubLayer.SetPT_7b) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue