diff --git a/game/modules/tome/data/talents/spells/explosives.lua b/game/modules/tome/data/talents/spells/explosives.lua index c908f17a7093ab6ff39ecda75a3f6380529f4d6d..35d1629e199f2ebe5602326231d1bdebe4c66ccd 100644 --- a/game/modules/tome/data/talents/spells/explosives.lua +++ b/game/modules/tome/data/talents/spells/explosives.lua @@ -146,7 +146,7 @@ newTalent{ return ([[Imbue an alchemist gem with an explosive charge of mana and throw it. The gem will explode for %0.2f %s damage. Each kind of gem will also provide a specific effect. - The damage will improve with better gems and with your Spellpower; the range, with your Dexterity.]]):format(dam, DamageType:get(damtype).name) + The damage will improve with better gems and with your Spellpower.]]):format(dam, DamageType:get(damtype).name) end, } @@ -291,6 +291,6 @@ newTalent{ return ([[Crush together two alchemist gems, making them extremely unstable. You then throw them to a target area, where they explode on impact, dealing %0.2f physical damage and knocking back any creatures in the blast radius. Each kind of gem will also provide a specific effect. - The damage will improve with better gems and with your Spellpower; the range, with your Dexterity.]]):format(dam) + The damage will improve with better gems and with your Spellpower.]]):format(dam) end, }