Medical Treatment - Add logging for splints (#7170)

* Medical Treatment - Add logging for splints

* addToTriageCard
This commit is contained in:
PabstMirror 2019-09-06 21:47:20 -05:00 committed by GitHub
parent dd9692792d
commit 0880ea25a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -29,4 +29,5 @@ _patient setVariable [VAR_FRACTURES, _fractures, true];
// Check if we fixed limping from this treatment
[_patient] call EFUNC(medical_engine,updateDamageEffects);
// todo: add logging
[_patient, "ACE_splint"] call FUNC(addToTriageCard);
[_patient, "activity", LSTRING(Activity_appliedSplint), [[_medic, false, true] call EFUNC(common,getName)]] call FUNC(addToLog);

View File

@ -3420,6 +3420,11 @@
<Chinesesimp>%1 已经绑上止血带</Chinesesimp>
<Chinese>%1 已經綁上止血帶</Chinese>
</Key>
<Key ID="STR_ACE_Medical_Treatment_Activity_appliedSplint">
<English>%1 applied a splint</English>
<Russian>%1 наложил Шина</Russian>
<French>%1 a posé un attelle</French>
</Key>
<Key ID="STR_ACE_Medical_Treatment_Activity_fullHeal">
<English>%1 used Personal Aid Kit</English>
<German>%1 hat das eigene Erste-Hilfe-Set verwendet</German>