Skip to content
Merged
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/explosives/functions/fnc_onIncapacitated.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (isText (_magazineTrigger >> "ammo")) then {
};

private _explosive = _ammo createVehicle [0, 0, 0];
_explosive setPosASL (getPosASL _unit);
_explosive attachTo [_unit, [0, 0.15, 0.15], "Pelvis"];

// Explode, ignoring range, with a 0.5 second delay
[_unit, -1, [_explosive, 0.5], "ACE_DeadManSwitch"] call FUNC(detonateExplosive);
Expand Down
Loading