mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical Treatment - Add logging for splints (#7170)
* Medical Treatment - Add logging for splints * addToTriageCard
This commit is contained in:
parent
dd9692792d
commit
0880ea25a3
@ -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);
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user