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:
oiad
2019-01-05 11:12:29 +13:00
parent 387f77b9da
commit 0391fef4ff

View File

@@ -1,4 +1,4 @@
private ["_type","_local","_unit"]; private ["_chance","_dis","_isWoman","_local","_num","_rnd","_sound","_type","_unit"];
_unit = _this select 0; _unit = _this select 0;
_type = _this select 1; _type = _this select 1;