Fix process hit running twice

Vanilla commit:

604c1f0577
This commit is contained in:
ebaydayz
2016-10-20 13:00:58 -04:00
parent e50ce31d08
commit cf0ef07ade

View File

@@ -392,7 +392,8 @@ if (_hit in USEC_MinorWounds) then {
[_unit,_hit,(_damage / 2)] call object_processHit; [_unit,_hit,(_damage / 2)] call object_processHit;
}; };
[_unit,_hit,(_damage / 2)] call object_processHit; //Stop process hit running twice. its set aboue in the if else statement.
//[_unit,_hit,(_damage / 2)] call object_processHit;
}; };
}; };