mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
615afee022
commit
cae743ae31
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user