mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Add Notice for PV improvements (Also a performance plus would be PVC instead of PV)
This commit is contained in:
@@ -6,12 +6,9 @@ _unit = _array select 0;
|
||||
_attacker = _array select 1;
|
||||
|
||||
if (_unit == player && player distance _attacker < 5) then {
|
||||
|
||||
player setVariable["startcombattimer", 1, false];
|
||||
|
||||
// Make bleed
|
||||
if (random 2 < 1) then {
|
||||
|
||||
// Find hit
|
||||
_cnt = count (DAYZ_woundHit_ok select 1);
|
||||
_index = floor (random _cnt);
|
||||
@@ -61,11 +58,4 @@ if (_unit == player && player distance _attacker < 5) then {
|
||||
};
|
||||
|
||||
[_unit,"hit",2,false] call dayz_zombieSpeak;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user