mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
* Greater Gargadon - Added missing point at end of tooltip text.
This commit is contained in:
parent
383fdfece1
commit
7a8aa103ae
1 changed files with 1 additions and 1 deletions
|
|
@ -114,6 +114,6 @@ class GreaterGargadonAbility extends ActivatedAbilityImpl<GreaterGargadonAbility
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return super.getRule() + " Activate this ability only if Greater Gargadon is suspended";
|
||||
return super.getRule() + " Activate this ability only if Greater Gargadon is suspended.";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue