diff --git a/defines/SupplyCrates.hpp b/defines/SupplyCrates.hpp index e5cf222..26fe919 100644 --- a/defines/SupplyCrates.hpp +++ b/defines/SupplyCrates.hpp @@ -210,4 +210,28 @@ class SupplyCrates { }; items[] = {}; }; + + class ResupplyTire { + boxClass = "ACE_Wheel"; + displayName = "Vehicle Tire"; + tooltip = "A single tire for replacement"; + icon = "A3\ui_f\data\igui\cfg\simpletasks\types\repair_ca.paa"; + + backpacks[] = {}; + weapons[] = {}; + magazines[] = {}; + items[] = {}; + }; + + class ResupplyTrack { + boxClass = "ACE_Track"; + displayName = "Vehicle Track"; + tooltip = "A single track for replacement"; + icon = "z\ace\addons\repair\ui\patch_ca.paa"; + + backpacks[] = {}; + weapons[] = {}; + magazines[] = {}; + items[] = {}; + }; }; \ No newline at end of file