From b37bec09e796b48c79f7c892a62db7e69ddec0c0 Mon Sep 17 00:00:00 2001 From: Cplhardcore <135324281+Cplhardcore@users.noreply.github.com> Date: Tue, 30 Jul 2024 04:50:30 -0700 Subject: [PATCH] Pharma - Fix CoagSense displaying wrong message with changed default value (#565) **When merged this pull request will:** - Last minute fix for coagsense - fix a few typos ### IMPORTANT - [Development Guidelines](https://ace3.acemod.org/wiki/development/) are read, understood and applied. - Title of this PR uses our standard template `Component - Add|Fix|Improve|Change|Make|Remove {changes}`. --- .../pharma/functions/fnc_treatmentAdvanced_CheckCoag.sqf | 2 +- addons/pharma/stringtable.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/addons/pharma/functions/fnc_treatmentAdvanced_CheckCoag.sqf b/addons/pharma/functions/fnc_treatmentAdvanced_CheckCoag.sqf index c5be4be38..d936cbdea 100644 --- a/addons/pharma/functions/fnc_treatmentAdvanced_CheckCoag.sqf +++ b/addons/pharma/functions/fnc_treatmentAdvanced_CheckCoag.sqf @@ -19,7 +19,7 @@ params ["_medic", "_patient"]; private _coagFactors = _patient getVariable [QGVAR(coagulationFactor), 15]; -private _missionCoagFactors = missionNamespace getVariable [QGVAR(coagulationFactor), 15]; +private _missionCoagFactors = missionNamespace getVariable [QGVAR(coagulation_factor_count), 15]; private _slowINR = (_missionCoagFactors / 100) * 75; private _shighINR = (_missionCoagFactors / 100) * 125; private _hlowINR = (_missionCoagFactors / 100) * 50; diff --git a/addons/pharma/stringtable.xml b/addons/pharma/stringtable.xml index 37ad0f3a9..de7f57623 100644 --- a/addons/pharma/stringtable.xml +++ b/addons/pharma/stringtable.xml @@ -3498,7 +3498,7 @@ Coag-Senseは血液凝固の効率を測定できる PT/INR モニタリングシステムです。 - Coag-Sense conclutes: %1 + Coag-Sense concludes: %1 Coag-Senseの結果: %1 @@ -3518,15 +3518,15 @@ 正常INRより少し高い - highly below normal INR + Very Low INR 正常INRよりかなり低い - highly above normal INR + Very high INR 正常INRよりかなり高い - normal INR + Normal INR 正常INR