Can now also remove a medic class through setMedic

This commit is contained in:
Glowbal 2015-01-20 11:57:16 +01:00
parent 72ae6eb08f
commit 8554cf7e6c

View File

@ -16,6 +16,8 @@ _value = [_this, 1, false,[false]] call BIS_fnc_param;
if (_unit isKindOf "CaManBase") then {
if (_value) then {
_unit setvariable [QGVAR(medicClass),1,true];
};
};
_unit setvariable [QGVAR(medicClass), 1, true];
} else {
_unit setvariable [QGVAR(medicClass), 0, true];
}
};