mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
changelog and comment cleanup
This commit is contained in:
parent
e4fdf4d6a0
commit
7ef339d958
@ -71,12 +71,7 @@ _customVarLimits = _customVarsInit apply {_x param [2,[]]};
|
|||||||
// only changed within this loop
|
// only changed within this loop
|
||||||
_playerAliveTime = missionNamespace getVariable [_playerAliveTimeKey, _playerAliveTimeDefault];
|
_playerAliveTime = missionNamespace getVariable [_playerAliveTimeKey, _playerAliveTimeDefault];
|
||||||
|
|
||||||
/* unused vars
|
// init Energy Max
|
||||||
_playerHunger = missionNamespace getVariable [_playerHungerKey, _playerHungerDefault];
|
|
||||||
_playerThirst = missionNamespace getVariable [_playerThirstKey, _playerThirstDefault];
|
|
||||||
_playerTemp = missionNamespace getVariable [_playerTempKey, _playerTempDefault];
|
|
||||||
*/
|
|
||||||
|
|
||||||
EPOCH_playerEnergyMax = _playerEnergyMax;
|
EPOCH_playerEnergyMax = _playerEnergyMax;
|
||||||
|
|
||||||
// inline function to sync player stats to server
|
// inline function to sync player stats to server
|
||||||
|
@ -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
|
- 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
|
- 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
|
- 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)
|
- 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
|
- Barrel Bomb - large craft-able explosive that can be placed and detonated. @DirtySanchez
|
||||||
- Brown Briefcase that contains 100oz Silver. @DirtySanchez
|
- Brown Briefcase that contains 100oz Silver. @DirtySanchez
|
||||||
|
Loading…
Reference in New Issue
Block a user