mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
0.3.8.0435
reduce dynamic range by half
This commit is contained in:
parent
e29df57b07
commit
af54711687
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -21,7 +21,7 @@ class CfgActionMenu
|
||||
dyna_cursorTargetType = "typeOf ([10] call EPOCH_fnc_cursorTarget)";
|
||||
dyna_inVehicle = "vehicle player != player";
|
||||
dyna_itemsPlayer = "items player";
|
||||
dyna_sizeOf = "((sizeOf dyna_cursorTargetType) max 5) min 30";
|
||||
dyna_sizeOf = "((sizeOf dyna_cursorTargetType/2) max 5) min 30";
|
||||
dyna_distance = "(player distance dyna_cursorTarget) <= dyna_sizeOf";
|
||||
|
||||
dyna_buildMode = "([10] call EPOCH_fnc_cursorTarget) call EPOCH_checkBuild;";
|
||||
|
@ -1 +1 @@
|
||||
build=434;
|
||||
build=435;
|
||||
|
@ -1 +1 @@
|
||||
build=434;
|
||||
build=435;
|
||||
|
@ -1 +1 @@
|
||||
build=434;
|
||||
build=435;
|
||||
|
@ -1 +1 @@
|
||||
build=434;
|
||||
build=435;
|
||||
|
Loading…
Reference in New Issue
Block a user