From 700ab867817b2455a59adefa19fe62e86d42d070 Mon Sep 17 00:00:00 2001 From: SplenectomY Date: Mon, 9 Feb 2015 13:56:33 -0500 Subject: [PATCH] Update object_speak.sqf --- SQF/dayz_code/compile/object_speak.sqf | 1 - 1 file changed, 1 deletion(-) diff --git a/SQF/dayz_code/compile/object_speak.sqf b/SQF/dayz_code/compile/object_speak.sqf index 1f6da50c5..916dad31a 100644 --- a/SQF/dayz_code/compile/object_speak.sqf +++ b/SQF/dayz_code/compile/object_speak.sqf @@ -43,7 +43,6 @@ if (_isWoman && (_type in ["scream","panic","cough"])) then { _type = _type + "_w"; }; - if ((round(random _chance) == _chance) || (_chance == 0)) then { _rnd =(round(random _num)); _sound = "z_" + _type + "_" + str(_rnd);