mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
#2528 - addToLog date / missing string fullHeal
This commit is contained in:
parent
0c8a694b96
commit
86fae2c251
@ -23,7 +23,7 @@ if (!local _unit) exitwith {
|
||||
[_this, QFUNC(addToLog), _unit] call EFUNC(common,execRemoteFnc); /* TODO Replace by event system */
|
||||
};
|
||||
|
||||
date params ["", "", "", "_minute", "_hour"];
|
||||
date params ["", "", "", "_hour", "_minute"];
|
||||
|
||||
_moment = format [ (["%1:%2", "%1:0%2"] select (_minute < 10)), _hour, _minute];
|
||||
|
||||
|
@ -2105,6 +2105,9 @@
|
||||
<Polish>%1 wykonał cykl RKO</Polish>
|
||||
<Russian>%1 провел сердечно-легочную реанимацию</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_Activity_fullHeal">
|
||||
<English>%1 used Personal Aid Kit</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_HeavilyWounded">
|
||||
<English>Heavily wounded</English>
|
||||
<German>Schwer verwundet:</German>
|
||||
|
Loading…
Reference in New Issue
Block a user