mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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));
|
||||
Effect effect = new GainAbilityAttachedEffect(HasteAbility.getInstance(), AttachmentType.EQUIPMENT);
|
||||
effect.setText("and haste");
|
||||
ability.addEffect(effect);
|
||||
this.addAbility(ability);
|
||||
|
||||
// Equip {1}
|
||||
|
|
Loading…
Reference in a new issue