mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Don't allow forcing the tinnitus effect
This commit is contained in:
parent
c0fb2e1b65
commit
f99e8ba5bc
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user