Remove 20Rnds Stanag on M4SPR Spawn

This commit is contained in:
Skaronator
2013-11-16 13:57:24 +01:00
parent 2e3f3168d7
commit 17d50322d4

View File

@@ -72,6 +72,7 @@ switch (_iClass) do
if ((count _mags) > 0) then if ((count _mags) > 0) then
{ {
if (_mags select 0 == "Quiver") then { _mags set [0, "WoodenArrow"] }; // Prevent spawning a Quiver if (_mags select 0 == "Quiver") then { _mags set [0, "WoodenArrow"] }; // Prevent spawning a Quiver
if (_mags select 0 == "20Rnd_556x45_Stanag") then { _mags set [0, "30Rnd_556x45_Stanag"] };
_item addMagazineCargoGlobal [(_mags select 0), (round(random 2))]; _item addMagazineCargoGlobal [(_mags select 0), (round(random 2))];
}; };
}; };