Add new sounds for some actions

- Attach and detach weapon attachments has a sounds now.
- Take painkillers and antbiotics has a sounds.
- Apply a bandage has 2 more sounds now.
This commit is contained in:
A Man
2020-05-31 15:02:53 +02:00
parent 76ad726a64
commit a69948d546
16 changed files with 86 additions and 30 deletions

View File

@@ -29,6 +29,8 @@ if !(isNil "_medsUsed") then {
player playActionNow "Gear";
};
[player,"pills",0,false] call dayz_zombieSpeak;
if (_unit == player) then {
//Self Healing
[player,player] call player_medPainkiller;
@@ -43,4 +45,4 @@ if !(isNil "_medsUsed") then {
format [localize "str_actions_medical_painkillers_give",(name _unit)] call dayz_rollingMessages;
};
};
};