diff --git a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/common/set_damage.sqf b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/common/set_damage.sqf index d167687fe..6de9c9288 100644 --- a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/common/set_damage.sqf +++ b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/common/set_damage.sqf @@ -26,8 +26,8 @@ _type = [ if (ace_medical_level isEqualTo 1) then { _unconsciousTime = 120 + round (random 600); [_unit,true,_unconsciousTime,true] call ace_medical_fnc_setUnconscious; - for "_i" from 0 to 2 do { - [_unit, 0.7 + (random 0.15), selectRandom _selection, selectRandom _type] call ace_medical_fnc_addDamageToUnit; + for "_i" from 0 to 1 do { + [_unit, 0.1 + (random 0.6), selectRandom _selection, selectRandom _type] call ace_medical_fnc_addDamageToUnit; }; [{ params ["_args","_id"]; @@ -44,5 +44,5 @@ if (ace_medical_level isEqualTo 1) then { [_unit, 0.5] call ace_medical_fnc_adjustPainLevel; [_unit,true,10,true] call ace_medical_fnc_setUnconscious; [_unit] call ace_medical_fnc_setCardiacArrest; - [_unit, 0.4 + (random 0.45), selectRandom _selection, selectRandom _type] call ace_medical_fnc_addDamageToUnit; + [_unit, 0.05 + (random 0.6), selectRandom _selection, selectRandom _type] call ace_medical_fnc_addDamageToUnit; }; \ No newline at end of file diff --git a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/side/civtreatment.sqf b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/side/civtreatment.sqf index 73ab54b9b..276c2d7e3 100644 --- a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/side/civtreatment.sqf +++ b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/side/civtreatment.sqf @@ -17,7 +17,7 @@ if ( _r < 1) then { _vehpos = [_pos, 10] call btc_fnc_randomize_pos; } else { _houses = [[(_pos select 0),(_pos select 1),0],200] call btc_fnc_getHouses; - _pos = getPos (selectRandom _houses); + _pos = selectRandom ((selectRandom _houses) buildingPos -1); _vehpos = [(_pos select 0),(_pos select 1),(_pos select 2) + 0.1]; };