Fix bug in Lunar: wrong capsule weight.

Must be 32500 lbs, not 33000.
This commit is contained in:
Serge Vakulenko
2023-07-14 14:19:05 -07:00
parent 2aed1da9ac
commit 52e1bf4998
3 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ async function main()
print("\n");
a = 120;
v = 1;
m = 33000;
m = 32500;
n = 16500;
g = 1e-3;
z = 1.8;