inlined isp calc to make nde.ks standalone.

This commit is contained in:
Gabe Venberg 2025-05-14 11:00:45 +02:00
parent c8a839b49c
commit fff3f847a6
4 changed files with 19 additions and 14 deletions

View file

@ -1,7 +0,0 @@
function sascheck { //returns the average exaust velocity of active engines. to convert to isp, divide by constant:g0
set saslist to ship:modulesnamed("ModuleSAS").
if saslist:length = 0 {
return false.
}
return true.
}