Merge pull request #2404 from acemod/330bloodPressureReadoutFix

change order of BloodPressure readout, fix #2400
This commit is contained in:
Glowbal
2015-09-12 11:01:23 +02:00

View File

@ -22,7 +22,7 @@ _bloodPressure = if (!alive _target) then {
} else {
[_target] call FUNC(getBloodPressure)
};
_bloodPressure params ["_bloodPressureHigh", "_bloodPressureLow"];
_bloodPressure params [ "_bloodPressureLow", "_bloodPressureHigh"];
_output = "";
_logOutPut = "";
if ([_caller] call FUNC(isMedic)) then {