fix: changed SOG tow_missile mass (#8820)

Mass of CSW TOW missile was over twice the largest available backpack, making it impossible to use.
This commit is contained in:
Mateusz Cyraniak 2022-02-17 18:14:09 +01:00 committed by GitHub
parent 615afee022
commit cae743ae31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;