mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
1.0.1.5 RC5
+ [CHANGED] Default construction count lowered from 5 to 3. + [FIXED] fixed tag friendly system and epoch aura. + [CHANGED] some recipes input and construction counts reduced.
This commit is contained in:
@@ -97,7 +97,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
|
||||
|
||||
_isVehicle = _cursorTarget isKindOf "AllVehicles";
|
||||
_isVehicletype = _typeOfCursorTarget in ["ATV_US_EP1","ATV_CZ_EP1"];
|
||||
_isnewstorage = _typeOfCursorTarget in ["VaultStorage","OutHouse_DZ","Wooden_shed_DZ","WoodShack_DZ","StorageShed_DZ"];
|
||||
_isnewstorage = _typeOfCursorTarget in DZE_isNewStorage;
|
||||
|
||||
// get items and magazines only once
|
||||
_magazinesPlayer = magazines player;
|
||||
|
||||
Reference in New Issue
Block a user