mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Positionable - added 6 passengers (cargo weight) to Toyota HL/LC new with 2.7.2 OB
This commit is contained in:
@@ -1600,7 +1600,11 @@ do -- Cargo
|
|||||||
["Ural-4320 APA-5D"] = 10,
|
["Ural-4320 APA-5D"] = 10,
|
||||||
["Ural-4320T"] = 14,
|
["Ural-4320T"] = 14,
|
||||||
["ZBD04A"] = 7, -- new by kappa
|
["ZBD04A"] = 7, -- new by kappa
|
||||||
["VAB_Mephisto"] = 8 -- new by Apple
|
["VAB_Mephisto"] = 8, -- new by Apple
|
||||||
|
["tt_KORD"] = 6, -- 2.7.1 HL/TT
|
||||||
|
["tt_DSHK"] = 6,
|
||||||
|
["HL_KORD"] = 6,
|
||||||
|
["HL_DSHK"] = 6,
|
||||||
}
|
}
|
||||||
|
|
||||||
local CargoBayWeightLimit = (Weights[Desc.typeName] or 0) * 95
|
local CargoBayWeightLimit = (Weights[Desc.typeName] or 0) * 95
|
||||||
|
|||||||
Reference in New Issue
Block a user