so... any ideas where the resurrection skill is applied?
I need to add these two lines after that:
sub_units_dead=Logic.hero_lu_item("own_units_dead" ,"count")
Game.GVNumInc("own_units_dead", sub_units_dead-res_units)
this can be placed in the arena.lua but I dont have an idea what "res_units" is, I need to look at the original code to replace it.
|