Added CPRcreatePulse setting

This commit is contained in:
Zakant 2017-03-23 13:14:38 +01:00
parent 0d329e0f63
commit c1238501d3
2 changed files with 15 additions and 0 deletions

View File

@ -23,4 +23,11 @@ class ACE_Settings {
typeName = "SCALAR";
value = 0;
};
class EGVAR(medical,CPRcreatesPulse) {
category = ECSTRING(medical,Category_Medical);
displayName = CSTRING(CPRcreatesPulse);
description = CSTRING(CPRcreatesPulse_Description);
typeName = "BOOL";
value = 1;
};
};

View File

@ -27,6 +27,14 @@
<Italian>Abilita la creazione della barella dopo trattamento</Italian>
<Japanese>治療を始めると、医療廃棄物の作成を有効化する</Japanese>
</Key>
<Key ID="STR_ACE_Medical_Treatment_CPRcreatesPulse">
<English>CPR creates pulse</English>
<German>HLW erzeugt einen Puls</German>
</Key>
<Key ID="STR_ACE_Medical_Treatment_CPRcreatesPulse_Description">
<English>CPR will create a pulse for the patient while performing</English>
<German>HLW erzeugt während der Behandlung beim Patienten einen Puls</German>
</Key>
<Key ID="STR_ACE_Medical_Treatment_litterSimulationDetail">
<English>Litter Simulation Detail</English>
<Polish>Detale zużytych medykamentów</Polish>