Add Notice for PV improvements (Also a performance plus would be PVC instead of PV)

This commit is contained in:
Skaronator
2013-12-20 13:40:31 +01:00
parent 74568146e5
commit d1a15870b1
7 changed files with 8 additions and 16 deletions

View File

@@ -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;
};