Interaction - Allow RHIB push (#6302)

This commit is contained in:
Dystopian 2018-05-09 18:09:34 +03:00 committed by PabstMirror
parent b1526ccb86
commit a4b803e2c1

View File

@ -565,6 +565,11 @@ class CfgVehicles {
};
};
class Boat_F;
class Boat_Transport_02_base_F: Boat_F {
GVAR(canPush) = 1;
};
class StaticWeapon: LandVehicle {
class ACE_Actions {
class ACE_MainActions {