diff --git a/src/abilities/thrown.rs b/src/abilities/thrown.rs index 76d7800..1e304a6 100644 --- a/src/abilities/thrown.rs +++ b/src/abilities/thrown.rs @@ -160,7 +160,8 @@ fn shot_collision( commands.trigger(Explosion { damage: 20, position: shot_pos, - radius: 2., + //TODO: should be around 1 grid in distance + radius: 5., }); commands