Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/interaction/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class CfgVehicles {
};
class GVAR(Gear) {
displayName = "$STR_ACTION_GEAR";
condition = QUOTE(isNull objectParent _target && {!(lifeState _target in [ARR_2('HEALTHY','INJURED')])});
condition = QUOTE(isNull objectParent _target && {!(lifeState _target in [ARR_2('HEALTHY','INJURED')] && {isAwake _target})});
statement = QUOTE(_player action [ARR_2('Gear',_target)]);
icon = "\A3\ui_f\data\igui\cfg\actions\gear_ca.paa";
};
Expand Down