Revert pain effect to pre-1.8 version #1839

Same as 1051

Vanilla commit:

9b6d3dcd9c
This commit is contained in:
ebaydayz
2017-01-07 16:51:48 -05:00
parent 503206cad8
commit e4d48cbf38
2 changed files with 2 additions and 15 deletions

View File

@@ -347,6 +347,7 @@ while {1 == 1} do {
//Pain Effects
if (r_player_inpain and !r_player_unconscious) then {
playSound "breath_1";
addCamShake [2, 1, 25];
};
_myPos = player getVariable["lastPos",[]];