Cursortarget - More accurate check for Explosives

This commit is contained in:
He-Man 2019-01-11 16:09:07 +01:00
parent 2ef6790a8f
commit a6b7eb94b4

@ -33,6 +33,9 @@ if (underwater player) then {
if (_ins isEqualTo []) exitWith { objNull };
(_ins select 0 param [3,objNull])
} else {
if (player distance cursorobject < 3.5 && {!((gettext (configfile >> "cfgammo" >> (typeof cursorobject) >> "defaultMagazine")) isEqualTo "")}) exitwith {
cursorobject
};
if (!isnull cursorTarget) then {
cursorTarget
}