add rearm to Vehicle Ammo boxes (#4750)

This commit is contained in:
Dystopian 2016-12-14 22:18:04 +03:00 committed by PabstMirror
parent cc3b669fcd
commit 4f20d1f7c6

View File

@ -163,6 +163,21 @@ class CfgVehicles {
MACRO_REARM_TRUCK_ACTIONS
};
class NATO_Box_Base: ReammoBox_F{};
class Box_NATO_AmmoVeh_F: NATO_Box_Base {
transportAmmo = 0;
MACRO_REARM_TRUCK_ACTIONS
};
class EAST_Box_Base: ReammoBox_F{};
class Box_East_AmmoVeh_F: EAST_Box_Base {
transportAmmo = 0;
MACRO_REARM_TRUCK_ACTIONS
};
class IND_Box_Base: ReammoBox_F{};
class Box_IND_AmmoVeh_F: IND_Box_Base {
transportAmmo = 0;
MACRO_REARM_TRUCK_ACTIONS
};
// Dummy Vehicles
class GVAR(defaultCarriedObject): ThingX {