Skip to content
Snippets Groups Projects
Commit 74c5bd56 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5260 51575b47-30f0-44d4-a5cc-537603b46e54
parent 6368fa8f
No related branches found
No related tags found
No related merge requests found
......@@ -1258,10 +1258,10 @@ function _M:getPriceFlags()
if w.mana_regen_on_hit then price = price + w.mana_regen_on_hit * 3 end
if w.psi_regen_on_hit then price = price + w.psi_regen_on_hit * 3 end
if w.hate_regen_on_hit then price = price + w.hate_regen_on_hit * 3 end
if w.mana_on_crit then price = price + w.mana_regen_on_hit * 3 end
if w.vim_on_crit then price = price + w.vim_regen_on_hit * 3 end
if w.psi_on_crit then price = price + w.psi_regen_on_hit * 3 end
if w.hate_on_crit then price = price + w.hate_regen_on_hit * 3 end
if w.mana_on_crit then price = price + w.mana_on_crit * 3 end
if w.vim_on_crit then price = price + w.vim_on_crit * 3 end
if w.psi_on_crit then price = price + w.psi_on_crit * 3 end
if w.hate_on_crit then price = price + w.hate_on_crit * 3 end
if w.psi_per_kill then price = price + w.psi_per_kill * 3 end
if w.hate_per_kill then price = price + w.hate_per_kill * 3 end
if w.resource_leech_chance then price = price + w.resource_leech_chance * 10 end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment