From f738ddfca8d55879250e6220915dbc9378a1743c Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 18 Aug 2024 16:56:42 +0200 Subject: [PATCH] Update Positionable.lua - Added cargo bay of "MaxxPro_MRAP" --- Moose Development/Moose/Wrapper/Positionable.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Moose Development/Moose/Wrapper/Positionable.lua b/Moose Development/Moose/Wrapper/Positionable.lua index f181cbd23..d8f8b5a6a 100644 --- a/Moose Development/Moose/Wrapper/Positionable.lua +++ b/Moose Development/Moose/Wrapper/Positionable.lua @@ -1853,6 +1853,7 @@ do -- Cargo ["HL_KORD"] = 6*POSITIONABLE.DefaultInfantryWeight, ["HL_DSHK"] = 6*POSITIONABLE.DefaultInfantryWeight, ["CCKW_353"] = 16*POSITIONABLE.DefaultInfantryWeight, --GMC CCKW 2½-ton 6×6 truck, estimating 16 soldiers, + ["MaxxPro_MRAP"] = 7*POSITIONABLE.DefaultInfantryWeight, } }