mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
[MIC] Implemented Visions of Glory
This commit is contained in:
parent
244cacfe3b
commit
645779376f
8 changed files with 87 additions and 5 deletions
|
|
@ -177,8 +177,9 @@ public class FlashbackAbility extends SpellAbility {
|
|||
*
|
||||
* @param abilityName
|
||||
*/
|
||||
public void setAbilityName(String abilityName) {
|
||||
public FlashbackAbility setAbilityName(String abilityName) {
|
||||
this.abilityName = abilityName;
|
||||
return this;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue