Update object_speak.sqf

This commit is contained in:
SplenectomY
2015-02-09 13:56:33 -05:00
parent 4c4b7133be
commit 700ab86781

View File

@@ -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);