mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add rearm to Vehicle Ammo boxes (#4750)
This commit is contained in:
parent
cc3b669fcd
commit
4f20d1f7c6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user