mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +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) {
|
if (all) {
|
||||||
return super.getRule(all) + name;
|
return super.getRule(all) + name;
|
||||||
}
|
}
|
||||||
return "";
|
return super.getRule();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void clear() {
|
public void clear() {
|
||||||
|
|
Loading…
Reference in a new issue