mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
* Hada Spy - Fixed ability order.
This commit is contained in:
parent
2d1c3397e8
commit
e9566dd9a5
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@ public class HadaSpyPatrol extends LevelerCard<HadaSpyPatrol> {
|
|||
abilities1.add(new UnblockableAbility());
|
||||
|
||||
Abilities<Ability> abilities2 = new AbilitiesImpl<Ability>();
|
||||
abilities2.add(new UnblockableAbility());
|
||||
abilities2.add(ShroudAbility.getInstance());
|
||||
|
||||
abilities2.add(new UnblockableAbility());
|
||||
|
||||
LevelerCardBuilder.construct(this,
|
||||
new LevelerCardBuilder.LevelAbility(1, 2, abilities1, 2, 2),
|
||||
new LevelerCardBuilder.LevelAbility(3, -1, abilities2, 3, 3)
|
||||
|
|
Loading…
Add table
Reference in a new issue