1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Merge pull request from acemod/removeDragCarryFromCannons

Disable drag and carry for StaticCannon
This commit is contained in:
commy2 2016-03-08 19:05:04 +01:00
commit 4ceb1b34b8

@ -14,6 +14,11 @@ class CfgVehicles {
GVAR(dragDirection) = 0;
};
class StaticCannon: StaticWeapon {
GVAR(canCarry) = 0;
GVAR(canDrag) = 0;
};
//remove actions from Taru Pods
class Pod_Heli_Transport_04_base_F: StaticWeapon {
GVAR(canCarry) = 0;