mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00: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…
Reference in a new issue