We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd44454 commit a8e6071Copy full SHA for a8e6071
1 file changed
addons/explosives/functions/fnc_onIncapacitated.sqf
@@ -55,7 +55,7 @@ if (isText (_magazineTrigger >> "ammo")) then {
55
};
56
57
private _explosive = _ammo createVehicle [0, 0, 0];
58
-_explosive setPosASL (getPosASL _unit);
+_explosive attachTo [_unit, [0, 0.15, 0.15], "Pelvis"];
59
60
// Explode, ignoring range, with a 0.5 second delay
61
[_unit, -1, [_explosive, 0.5], "ACE_DeadManSwitch"] call FUNC(detonateExplosive);
0 commit comments