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

@@ -4,7 +4,9 @@ class car_sedan : SkodaBase {
faction = "CIV";
maxspeed = 125;
scope = public;
typicalcargo[] = {};
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
class Upgrades {
ItemORP[] = {"car_sedan_DZE1",{},{{"ItemORP",1},{"PartEngine",2}}};