v0.3.0: updated TODOs

This commit is contained in:
Evan Debenham
2015-05-15 11:13:19 -04:00
committed by Evan Debenham
parent 08686f8e92
commit c10ac916e8
5 changed files with 3 additions and 7 deletions
@@ -37,7 +37,6 @@ public class WandOfPrismaticLight extends Wand {
{
name = "Wand of Prismatic Light";
//TODO: final sprite
image = ItemSpriteSheet.WAND_PRISMATIC_LIGHT;
collisionProperties = Ballistica.MAGIC_BOLT;
@@ -75,7 +74,6 @@ public class WandOfPrismaticLight extends Wand {
}
private void affectTarget(Char ch){
//TODO: final balancing
int dmg = Random.NormalIntRange(level, (int) (8+(level*(level/5f))));
//two in (5+lvl) chance of failing