add stats at levelup
anyone know how to add mana and rage at levelup?
for attack, defense, intellect, it works by adding this line into logic_hero.lua after
Levelup.add( 0, "leadership", leadership*(level))
Levelup.add( 0, "attack", 1)
but i tried that for mana and rage, and it did not add mana or rage at levelup
anyone know how to change that? thanks
|