mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fix #8764
This commit is contained in:
parent
79b7a0a627
commit
5d289469a5
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class SwiftReconfigurationEffect extends ContinuousEffectImpl {
|
|||
permanent.addSubType(game, SubType.VEHICLE);
|
||||
return true;
|
||||
case AbilityAddingRemovingEffects_6:
|
||||
permanent.addAbility(new CrewAbility(5));
|
||||
permanent.addAbility(new CrewAbility(5), source.getSourceId(), game);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue