From b5f0ffc992d78c30e2dfa85bd2b22cf609135a98 Mon Sep 17 00:00:00 2001 From: ghostly_zsh Date: Sat, 25 Apr 2026 18:35:29 -0500 Subject: [PATCH] fix: forgot to make hearty thrusters normal again --- crates/unified/assets/config/parts/hearty.part.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/crates/unified/assets/config/parts/hearty.part.toml b/crates/unified/assets/config/parts/hearty.part.toml index 95717ce29cca9a4927bca09cc5f98634f833c22c..3f13f33008ca24a85a53078cf0bb08004821a008 100644 --- a/crates/unified/assets/config/parts/hearty.part.toml +++ b/crates/unified/assets/config/parts/hearty.part.toml @@ -14,16 +14,14 @@ mass = 100 [[thruster]] id = "bottom left" apply_force_at_local = [ -25.0, -25.0 ] -#thrust_vector = [ 0.0, 2500.0 ] -thrust_vector = [ 0.0, 2500_000.0 ] +thrust_vector = [ 0.0, 2500.0 ] exhaust_temperature = 1000.0 heat_constant = 10.0 [[thruster]] id = "bottom right" apply_force_at_local = [ 25.0, -25.0 ] -#thrust_vector = [ 0.0, 2500.0 ] -thrust_vector = [ 0.0, 2500_000.0 ] +thrust_vector = [ 0.0, 2500.0 ] exhaust_temperature = 1000.0 heat_constant = 10.0