mirror of
https://github.com/correl/mage.git
synced 2025-03-16 17:00:13 -09:00
* Swiftfoot Boots - Fixed missing haste ability (fixes #1248).
This commit is contained in:
parent
9aa14cdba8
commit
d757d87acc
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ public class SwiftfootBoots extends CardImpl {
|
||||||
Ability ability = new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityAttachedEffect(HexproofAbility.getInstance(), AttachmentType.EQUIPMENT));
|
Ability ability = new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityAttachedEffect(HexproofAbility.getInstance(), AttachmentType.EQUIPMENT));
|
||||||
Effect effect = new GainAbilityAttachedEffect(HasteAbility.getInstance(), AttachmentType.EQUIPMENT);
|
Effect effect = new GainAbilityAttachedEffect(HasteAbility.getInstance(), AttachmentType.EQUIPMENT);
|
||||||
effect.setText("and haste");
|
effect.setText("and haste");
|
||||||
|
ability.addEffect(effect);
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
// Equip {1}
|
// Equip {1}
|
||||||
|
|
Loading…
Add table
Reference in a new issue