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,