Update object_speak.sqf

This commit is contained in:
SplenectomY
2015-02-09 11:21:08 -05:00
parent 9dc196d8bd
commit 4c4b7133be

View File

@@ -39,7 +39,7 @@ if (count _this > 4) then {
};
_isWoman = getText(configFile >> "cfgVehicles" >> (typeOf _unit) >> "TextPlural") == "Women";
if (_isWoman && (_type in ["scream","panic"])) then {
if (_isWoman && (_type in ["scream","panic","cough"])) then {
_type = _type + "_w";
};
@@ -52,4 +52,4 @@ if ((round(random _chance) == _chance) || (_chance == 0)) then {
} else {
[nil,_unit,rSAY,[_sound, _dis]] call RE;
};
};
};