sli-fox / jamms

Apache License 2.0
3 stars 1 forks source link

bug fixing decrmementCritters on death and on end tile #104

Closed jeremy-melnyk closed 9 years ago

jeremy-melnyk commented 9 years ago

nagging issue where if a critter in the middle of a wave died, it did not decrement. critters at end tile also did not decrement. fixed now. critter death handling was done partly in handleCritterRemoval() and in the attack loop. i just consolidated it all to handleCritterRemoval() and it works fine now. @sli-fox @markmssd @AjayAujla @mdubey2014