continued from last commit
This commit is contained in:
3
main.lua
3
main.lua
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user