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); name = CSTRING(DoNotForce);
value = -1; value = -1;
}; };
/* Probably don't want to allow forcing ear ringing for people who have serious problems with the effect
class NotDisabled { class NotDisabled {
name = ECSTRING(common,No); name = ECSTRING(common,No);
value = 0; value = 0;
}; };
*/
class IsDisabled { class IsDisabled {
name = ECSTRING(common,Yes); name = ECSTRING(common,Yes);
value = 1; value = 1;