mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Add changeable DZE_GemChance to configVariables
This commit is contained in:
@@ -290,7 +290,7 @@ if (_proceed && _success) then {
|
||||
{_selectedRemoveOutput set [count _selectedRemoveOutput, [_x select 1, [_x select 2, _x select 3]]]} forEach _output;
|
||||
|
||||
// chance of gem occurrence
|
||||
if ([0.4] call fn_chance) then {
|
||||
if ([DZE_GemChance] call fn_chance) then {
|
||||
|
||||
local _gems = [];
|
||||
local _weights = [];
|
||||
|
||||
Reference in New Issue
Block a user