mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
updated Hakim, Loreweaver
This commit is contained in:
parent
8ae2bf6c08
commit
b3712b88c7
3 changed files with 14 additions and 5 deletions
|
|
@ -71,6 +71,6 @@ public class ConditionalActivatedAbility extends ActivatedAbilityImpl {
|
|||
if (ruleText != null && !ruleText.isEmpty()) {
|
||||
return ruleText;
|
||||
}
|
||||
return super.getRule() + " Activate this ability only " + condition.toString();
|
||||
return super.getRule() + " Activate this ability only " + condition.toString() + ".";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue