From cae743ae31fc3cd6acf0beb1dda62ed2de5dc512 Mon Sep 17 00:00:00 2001 From: Mateusz Cyraniak Date: Thu, 17 Feb 2022 18:14:09 +0100 Subject: [PATCH] fix: changed SOG tow_missile mass (#8820) Mass of CSW TOW missile was over twice the largest available backpack, making it impossible to use. --- optionals/compat_sog/CfgMagazines/csw.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optionals/compat_sog/CfgMagazines/csw.hpp b/optionals/compat_sog/CfgMagazines/csw.hpp index 86110423bf..0692d0a0d3 100644 --- a/optionals/compat_sog/CfgMagazines/csw.hpp +++ b/optionals/compat_sog/CfgMagazines/csw.hpp @@ -5,7 +5,7 @@ class GVAR(tow_missile): vn_missile_tow_mag_x1 { count = 1; model = "\vn\static_f_vietnam\tow\vn_static_tow_mag.p3d"; picture = QPATHTOF(UI\ammo_1rnd_tow_ca.paa); - mass = 563; + mass = 220; // to Arma, weight and volume are all the same which makes real life values unusable }; class vn_m1919_v_250_mag;