From 7ef339d958932c973d5baa4f34b87830f6a37401 Mon Sep 17 00:00:00 2001 From: vbawol Date: Sat, 7 Oct 2017 10:41:44 -0500 Subject: [PATCH] changelog and comment cleanup --- Sources/epoch_code/compile/setup/masterLoop/init.sqf | 7 +------ changelog.md | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) 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