Commit ec74dc5724079bad9c4b3327e6d5c0f26bf32f3e

Authored by dg
1 parent b964b573

Fixed Hurricane description


git-svn-id: http://svn.net-core.org/repos/t-engine4@3347 51575b47-30f0-44d4-a5cc-537603b46e54
... ... @@ -126,7 +126,6 @@ newTalent{
126 126 local radius = t.getRadius(self, t)
127 127 return ([[Each time one of your lightning spell dazes a target it has %d%% chances to creates a chain reaction that summons a mighty Hurricane that last for 10 turns around the target with radius of %d.
128 128 Each turn all creatures around it will take %0.2f to %0.2f lightning damage.
129   - Only 2 hurricanes can exist at the same time.
130 129 The damage will increase with the Magic stat]]):format(chance, radius, damage / 3, damage)
131 130 end,
132 131 }
... ...