mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed SpellAbility
This commit is contained in:
parent
a326bcda92
commit
76cec6bc38
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class SpellAbility extends ActivatedAbilityImpl<SpellAbility> {
|
|||
if (all) {
|
||||
return super.getRule(all) + name;
|
||||
}
|
||||
return "";
|
||||
return super.getRule();
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
|
|
Loading…
Reference in a new issue