changelog and comment cleanup

This commit is contained in:
vbawol 2017-10-07 10:41:44 -05:00
parent e4fdf4d6a0
commit 7ef339d958
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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