mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00: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…
Reference in a new issue