Don't allow forcing the tinnitus effect

This commit is contained in:
PabstMirror 2015-08-02 12:30:35 -05:00
parent c0fb2e1b65
commit f99e8ba5bc

View File

@ -118,10 +118,12 @@ class CfgVehicles {
name = CSTRING(DoNotForce);
value = -1;
};
/* Probably don't want to allow forcing ear ringing for people who have serious problems with the effect
class NotDisabled {
name = ECSTRING(common,No);
value = 0;
};
*/
class IsDisabled {
name = ECSTRING(common,Yes);
value = 1;