From c0d04f0553831f91b6b4ffa4caccd1461e3a626f Mon Sep 17 00:00:00 2001 From: "NG (Graham)" Date: Tue, 3 Jun 2025 21:29:23 -0400 Subject: [PATCH] Reduce size of minimum hitbox to fix #27 and #29 --- rc_core/src/persist/settings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_core/src/persist/settings.rs b/rc_core/src/persist/settings.rs index f66b9af..90185f9 100644 --- a/rc_core/src/persist/settings.rs +++ b/rc_core/src/persist/settings.rs @@ -16,7 +16,7 @@ fn default_gameplay_settings() -> super::GameplaySettings { super::GameplaySettings { show_tutorial_after_date: "2030-01-01".to_owned(), health_threshold: 0.20, - microbot_sphere: 10.0, + microbot_sphere: 0.5, misfire_angle: 10.0, shield_dps: 100, shield_hps: 2_000,