MNoya / Element-TD

Element Tower Defense
http://www.eletd.com
64 stars 22 forks source link

Partial Frog Points #302

Closed Karawasa closed 8 years ago

Karawasa commented 8 years ago

Currently, you only get frog points once you clear that particular frog wave.

Change it so that on the wave you die on, you get frog points for the frogs killed on that wave. This way, every frog kill gets counted!

MNoya commented 8 years ago

I see the problem, the function calculates the reminder but never adds it with 'extraFrogScore' https://github.com/Karawasa/Element-TD/blob/master/game/dota_addons/element_td/scripts/vscripts/scoring.lua#L264-L266