From aadddaa2c56c1e75282165b7da98d22fc1de1265 Mon Sep 17 00:00:00 2001 From: Glowbal Date: Tue, 11 Aug 2015 23:20:25 +0200 Subject: [PATCH] Added wheel as initial cargo when cargo module is enabled --- addons/repair/CfgVehicles.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/addons/repair/CfgVehicles.hpp b/addons/repair/CfgVehicles.hpp index 912ea55c7e..03af8e0f49 100644 --- a/addons/repair/CfgVehicles.hpp +++ b/addons/repair/CfgVehicles.hpp @@ -80,6 +80,15 @@ class CfgVehicles { class LandVehicle; class Car: LandVehicle { MACRO_REPAIRVEHICLE + + class ACE_Cargo { + class Cargo { + class ACE_Wheel { + type = "ACE_Wheel"; + amount = 1; + }; + }; + }; }; class Tank: LandVehicle {