continued from last commit

This commit is contained in:
2026-06-29 21:58:00 -05:00
parent ed25934cb7
commit 68a3f4589b

View File

@@ -817,8 +817,7 @@ function SetThrusterPower(thruster, power)
if actualPower < 1 then if actualPower < 1 then
actualPower = 15 -- signal 15 will decouple the speed and stop the motion actualPower = 15 -- signal 15 will decouple the speed and stop the motion
end elseif actualPower <= 15 then
if actualPower <= 15 and actualPower > 1 then
actualPower = actualPower - 1 actualPower = actualPower - 1
end end