v0.2.3: bugfixes

This commit is contained in:
Evan Debenham
2014-12-14 14:17:56 -05:00
parent 3ee8472e19
commit 1e3bc31c6b
2 changed files with 3 additions and 2 deletions
@@ -136,7 +136,7 @@ public class Swarm extends Mob {
@Override
public void die( Object cause ){
//sets drop chance
lootChance = 1f/((5 + Dungeon.limitedDrops.swarmHP.count ) * generation );
lootChance = 1f/((5 + Dungeon.limitedDrops.swarmHP.count ) * generation+1 );
super.die( cause );
}