Update pain sound effect

Vanilla commit:

7cdb2e67fd
This commit is contained in:
ebaydayz
2016-12-03 13:25:31 -05:00
parent 43d14dbdba
commit 45159d81c2
2 changed files with 6 additions and 1 deletions

View File

@@ -348,6 +348,11 @@ while {1 == 1} do {
//clearGroupIcons group player;
uiSleep 2;
//Pain Effects
if (r_player_inpain and !r_player_unconscious) then {
playSound "breath_1";
};
_myPos = player getVariable["lastPos",[]];
if (count _myPos > 0) then {