V0.2.0: Updated TODOs
This commit is contained in:
@@ -64,7 +64,6 @@ public class MissileWeapon extends Weapon {
|
||||
} else {
|
||||
if (!curUser.shoot( enemy, this )) {
|
||||
miss( cell );
|
||||
//TODO: test this
|
||||
} else {
|
||||
int bonus = 0;
|
||||
for (Buff buff : curUser.buffs(RingOfSharpshooting.Aim.class)) {
|
||||
|
||||
Reference in New Issue
Block a user