Merge pull request #2426 from FlightControl-Master/Applevangelist-patch-3-1

Update Positionable.lua
This commit is contained in:
Thomas 2025-10-29 07:02:10 +01:00 committed by GitHub
commit 6058160160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1865,6 +1865,7 @@ do -- Cargo
["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,
["Sd_Kfz_251"] = 10*POSITIONABLE.DefaultInfantryWeight,
}
}