Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
I should commit everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Feb 11, 2019
1 parent c3e54aa commit e5bf747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/kat_aceAirway/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ class ACE_Medical_Actions {
};
class Accuvac: larynxtubus {
displayName = "Accuvac";
treatmentTime = 12;
treatmentTime = 8;
items[] = {"KAT_accuvac"};
itemConsumed = 0;
callbackSuccess = "[_player, _target] call kat_aceAirway_fnc_treatmentAdvanced_accuvac";
Expand Down
3 changes: 2 additions & 1 deletion addons/kat_aceAirway/functions/fn_accuvacSound.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ if !(_caller getVariable ["kat_aceAirway_sound", false]) then {
(_this select 0) spawn {
params ["_caller", "_target"];
playsound3D ["kat_aceAirway\sounds\Suction.wav", _target, false, getPosASL _target, 6, 1, 15];
_caller setVariable ["kat_aceAirway_sound",false];
sleep 7;
_caller setVariable ["kat_aceAirway_sound", false, true];
};
};

Expand Down

0 comments on commit e5bf747

Please sign in to comment.