removed increased range on vehicle attacks

This commit is contained in:
[VB]AWOL
2013-11-05 07:46:31 -06:00
parent a10ba942f9
commit 2a3c41cfe2
2 changed files with 1 additions and 5 deletions

View File

@@ -27,10 +27,6 @@ while {true} do {
_factor = 0.6;
_inVehicle = (_refObj != player);
if(_inVehicle) then {
_factor = 1;
};
_bloodChanged = false;
_size = (sizeOf typeOf _refObj) * _factor;