diff --git a/Sources/epoch_code/compile/setup/masterLoop/init.sqf b/Sources/epoch_code/compile/setup/masterLoop/init.sqf index 54d68572..a10c4b3c 100644 --- a/Sources/epoch_code/compile/setup/masterLoop/init.sqf +++ b/Sources/epoch_code/compile/setup/masterLoop/init.sqf @@ -71,12 +71,7 @@ _customVarLimits = _customVarsInit apply {_x param [2,[]]}; // only changed within this loop _playerAliveTime = missionNamespace getVariable [_playerAliveTimeKey, _playerAliveTimeDefault]; -/* unused vars -_playerHunger = missionNamespace getVariable [_playerHungerKey, _playerHungerDefault]; -_playerThirst = missionNamespace getVariable [_playerThirstKey, _playerThirstDefault]; -_playerTemp = missionNamespace getVariable [_playerTempKey, _playerTempDefault]; -*/ - +// init Energy Max EPOCH_playerEnergyMax = _playerEnergyMax; // inline function to sync player stats to server diff --git a/changelog.md b/changelog.md index cb080bad..d0af045d 100644 --- a/changelog.md +++ b/changelog.md @@ -16,6 +16,7 @@ All changes for [Arma 3](https://arma3.com/) [Epoch Mod](https://epochmod.com) a - Food items: ItemCereals, ItemPowderMilk_F, ItemRiceBox, ItemVitamins. @DirtySanchez - 84 new Female outfits based on 20 top designs and 4 new pairs of jeans(Blue Patched, Arid Brown, Black/Brown, Black). @DirtySanchez, @ComatoseBadger - Vehicle Ammo Reloading from Inventory and Vehicle Ammo. @DirtySanchez +- Radiation System with radioactive out of bounds, locations, and random crashed satellites. Model @Helion4 - Digital Geiger Counter - used to detect Radiation. (Sounds @vbawol, Model @Helion4, and UI + digital font @raymix) - Barrel Bomb - large craft-able explosive that can be placed and detonated. @DirtySanchez - Brown Briefcase that contains 100oz Silver. @DirtySanchez