mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 11:49:56 -08:00
Harness the Storm - Fixed wrong ability copy method leading to not correct functioning (fixes #1686).
This commit is contained in:
parent
709ea95a5b
commit
9c8258c54b
2 changed files with 64 additions and 12 deletions
|
|
@ -103,8 +103,8 @@ class HarnessTheStormTriggeredAbility extends SpellCastControllerTriggeredAbilit
|
|||
}
|
||||
|
||||
@Override
|
||||
public SpellCastControllerTriggeredAbility copy() {
|
||||
return super.copy(); //To change body of generated methods, choose Tools | Templates.
|
||||
public HarnessTheStormTriggeredAbility copy() {
|
||||
return new HarnessTheStormTriggeredAbility(this);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue