Merge pull request #1614 from madmoney99/develop

Forrestal Wire Corrections
This commit is contained in:
Applevangelist 2021-10-24 09:14:10 +02:00 committed by GitHub
commit 07754cdf5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4404,10 +4404,10 @@ function AIRBOSS:_InitForrestal()
self.carrierparam.rwywidth = 25 self.carrierparam.rwywidth = 25
-- Wires. -- Wires.
self.carrierparam.wire1 = 42 -- Distance from stern to first wire. self.carrierparam.wire1 = 44 -- Distance from stern to first wire. Original from Frank - 42
self.carrierparam.wire2 = 51.5 self.carrierparam.wire2 = 54 --51.5
self.carrierparam.wire3 = 62 self.carrierparam.wire3 = 64 --62
self.carrierparam.wire4 = 72.5 self.carrierparam.wire4 = 74 --72.5
end end