V0.2.0: Updated TODOs

This commit is contained in:
Evan Debenham
2014-09-12 00:18:19 -04:00
parent 149d199422
commit c015902f83
6 changed files with 3 additions and 6 deletions
@@ -64,7 +64,6 @@ public class IncendiaryDart extends MissileWeapon {
} else {
if (!curUser.shoot( enemy, this )) {
Dungeon.level.drop( this, cell ).sprite.drop();
//TODO: test this
} else {
int bonus = 0;
for (Buff buff : curUser.buffs(RingOfSharpshooting.Aim.class)) {