This commit is contained in:
Crispy 2025-07-03 01:23:46 +02:00
parent 491112768c
commit 68ec37f994
66 changed files with 6591 additions and 10096 deletions

View file

@ -78,6 +78,15 @@ function getFluidAmountInTanks(type, tanks)
return 0
end
function tanksAreEmpty(tanks)
for _, fluid in pairs(tanks) do
if fluid.amount > 0 then
return false
end
end
return true
end
function pumpToDevices(enable)
goTo(vector.new(4, 0, -1))
-- clutches invert the signal