* Greater Gargadon - Added missing point at end of tooltip text.

This commit is contained in:
LevelX2 2013-06-28 20:00:26 +02:00
parent 383fdfece1
commit 7a8aa103ae

View file

@ -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.";
}
}