Clear typicalCargo for some vehicles missing it

Prevents preloading units, may help with load times a little.
This commit is contained in:
ebaydayz
2016-11-17 15:39:58 -05:00
parent e398250489
commit 8429ad1fbc
49 changed files with 407 additions and 128 deletions

View File

@@ -263,6 +263,8 @@ class ArmoredSUV_PMC_DZ: ArmoredSUV_Base_PMC
crew = "";
armor = 80;
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
enableGPS = 1;
transportMaxWeapons = 20;
transportMaxMagazines = 150;
@@ -331,6 +333,8 @@ class ArmoredSUV_PMC_DZE: ArmoredSUV_Base_PMC
displayName = "SUV (Armored) AL";
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
enableGPS = 1;
transportMaxWeapons = 20;
transportMaxMagazines = 150;