mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[DMU] Fixed text on Astor Bearer of Blades
This commit is contained in:
parent
53e1f9ecac
commit
018b8be2c3
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public final class AstorBearerOfBlades extends CardImpl {
|
|||
// Vehicles you control have crew 1.
|
||||
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
||||
new CrewAbility(1), Duration.WhileOnBattlefield, filter2
|
||||
)));
|
||||
).setText("vehicles you control have crew 1")));
|
||||
}
|
||||
|
||||
private AstorBearerOfBlades(final AstorBearerOfBlades card) {
|
||||
|
|
Loading…
Reference in a new issue