mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update private tags
This was breaking scripts that use a variable called `_chance` _chance = 30; [player,"repair",0,false,50] call dayz_zombieSpeak; _chance would get changed to 0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
private ["_type","_local","_unit"];
|
||||
private ["_chance","_dis","_isWoman","_local","_num","_rnd","_sound","_type","_unit"];
|
||||
|
||||
_unit = _this select 0;
|
||||
_type = _this select 1;
|
||||
|
||||
Reference in New Issue
Block a user