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

Disable drag and carry for StaticCannon

This commit is contained in:
PabstMirror 2016-03-08 11:43:35 -06:00
parent 3232654e13
commit 1a77b0fcd4

@ -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;