From 2ebbfa70b87ac7d838f6c3ec902200980f8eb095 Mon Sep 17 00:00:00 2001 From: vbawol Date: Wed, 27 Sep 2017 11:22:28 -0500 Subject: [PATCH] mixed up with Nuisance --- Sources/epoch_code/compile/setup/masterLoop/Event2.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_code/compile/setup/masterLoop/Event2.sqf b/Sources/epoch_code/compile/setup/masterLoop/Event2.sqf index 5f3397ad..fe44c344 100644 --- a/Sources/epoch_code/compile/setup/masterLoop/Event2.sqf +++ b/Sources/epoch_code/compile/setup/masterLoop/Event2.sqf @@ -198,7 +198,7 @@ _playerHunger = [_playerHungerKey,-_hungerlossRate,_playerHungerMax,_playerHunge _playerThirst = [_playerThirstKey,-_thirstlossRate,_playerThirstMax,_playerThirstMin] call EPOCH_fnc_setVariableLimited; // Nuisance Handler -_playerEnergy = [_playerEnergyKey,-1,_playerEnergyMax,_playerEnergyMin] call EPOCH_fnc_setVariableLimited; +_playerNuisance = [_playerNuisanceKey,-1,_playerNuisanceMax,_playerNuisanceMin] call EPOCH_fnc_setVariableLimited; // Radiation Handler if (_radsLevel == 0) then {