From 13aaaa5b9a420cc44d394bf20dc3bc8d3d1defe7 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Mon, 16 Jan 2017 19:03:49 -0500 Subject: [PATCH] Remove NV cooldown for player zombies #1876 --- SQF/dayz_code/actions/pzombie/pz_vision.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/pzombie/pz_vision.sqf b/SQF/dayz_code/actions/pzombie/pz_vision.sqf index 376391592..ab3f356da 100644 --- a/SQF/dayz_code/actions/pzombie/pz_vision.sqf +++ b/SQF/dayz_code/actions/pzombie/pz_vision.sqf @@ -51,7 +51,7 @@ while { aperture < _oldAperture } do { aperture = aperture + 0.0005; setAperture aperture; - uiSleep 0.001; + //uiSleep 0.001; }; player setVariable ["NV", ["ON", _oldAperture]];