~starkingdoms/starkingdoms

b5f0ffc992d78c30e2dfa85bd2b22cf609135a98 — ghostly_zsh 17 days ago 7f77b94
fix: forgot to make hearty thrusters normal again
1 files changed, 2 insertions(+), 4 deletions(-)

M crates/unified/assets/config/parts/hearty.part.toml
M crates/unified/assets/config/parts/hearty.part.toml => crates/unified/assets/config/parts/hearty.part.toml +2 -4
@@ 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