:3
This commit is contained in:
parent
491112768c
commit
68ec37f994
66 changed files with 6591 additions and 10096 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue