Thread: Bugfixes
View Single Post
  #200  
Old 11-13-2012, 11:22 AM
natascha natascha is offline
Approved Member
 
Join Date: Nov 2012
Posts: 8
Default Rune Chain

Quote:
Originally Posted by natascha View Post
There is something weird with Rune Chain spell, I'm unable to increase its damage by choosing which ally to sacrifice their rune for Rune Chain spell.
Solve it (I think...).
Change inside spells.lua

if cycle ~= 0 then

to

if cycle == 1 then.

Now I can see the increase in damage of rune chain over total availability of troop selected.
Reply With Quote