From f99e8ba5bcfb837ec695ecf6010d1c432215faa9 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Sun, 2 Aug 2015 12:30:35 -0500 Subject: [PATCH] Don't allow forcing the tinnitus effect --- addons/hearing/CfgVehicles.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/hearing/CfgVehicles.hpp b/addons/hearing/CfgVehicles.hpp index 414cb2b5ce..cf9a48b982 100644 --- a/addons/hearing/CfgVehicles.hpp +++ b/addons/hearing/CfgVehicles.hpp @@ -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;