mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Caravan Escort fix from danielli3333. Fixed Issue 399.
This commit is contained in:
parent
afef9c06fe
commit
b93d2614c2
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ public class CaravanEscort extends LevelerCard<CaravanEscort> {
|
|||
|
||||
Abilities<Ability> levelAbilities = new AbilitiesImpl<Ability>();
|
||||
levelAbilities.add(FirstStrikeAbility.getInstance());
|
||||
this.getLevels().add(new LevelAbility(7, -1, levelAbilities, 5, 5));
|
||||
this.getLevels().add(new LevelAbility(5, -1, levelAbilities, 5, 5));
|
||||
}
|
||||
|
||||
public CaravanEscort(final CaravanEscort card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue