Skip to content

Commit

Permalink
Merge pull request #2726 from acemod/makePalletsBig
Browse files Browse the repository at this point in the history
Cargo: Make "Supply Box" pallets heavy
  • Loading branch information
PabstMirror committed Oct 10, 2015
2 parents af8b869 + 53f833b commit 60ef413
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion addons/cargo/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,24 @@ class CfgVehicles {
GVAR(size) = 2; // 1 = small, 2 = large
GVAR(canLoad) = 1;
};
//"Supply Box" - Small Pallets
class B_supplyCrate_F: ReammoBox_F {
GVAR(size) = 6;
};
class O_supplyCrate_F: ReammoBox_F {
GVAR(size) = 6;
};
class I_supplyCrate_F: ReammoBox_F {
GVAR(size) = 6;
};
class IG_supplyCrate_F: ReammoBox_F {
GVAR(size) = 6;
};
class C_supplyCrate_F: ReammoBox_F {
GVAR(size) = 6;
};



class Scrapyard_base_F;
class Land_PaperBox_closed_F: Scrapyard_base_F {
Expand Down Expand Up @@ -425,5 +443,5 @@ class CfgVehicles {
selection = "";
};
};
};
};
};

0 comments on commit 60ef413

Please sign in to comment.