Increase DZ_BlackScreen resource layer

Prevent rolling messages from showing over the top of it.

Also fixed grammar typo @oiad
This commit is contained in:
ebaydayz
2016-10-30 15:34:24 -04:00
parent b2d668812b
commit 25d6b6e448
2 changed files with 3 additions and 3 deletions

View File

@@ -16,8 +16,8 @@ _holdBreath = if (count (actionKeys "HoldBreath") > 1) then { [true,localize "ST
_turboKey = if (count (actionKeys "Turbo") > 0) then { [true,localize "STR_UI_HOLD_TURBO"] } else { [false,""] };
if ((_holdBreath select 0) or (_turboKey select 0)) then {
85000 cutRsc ["DZ_BlackScreen","PLAIN"];
4100002 cutRsc ["DZ_BlackScreen","PLAIN"];
(uiNamespace getVariable "DZ_BlackScreen") displayCtrl 1 ctrlSetText format ["%1\n%2", (_holdBreath select 1), (_turboKey select 1)];
} else {
85000 cutText ["","PLAIN"];
4100002 cutText ["","PLAIN"];
};

View File

@@ -13559,7 +13559,7 @@
<Czech>Označil si cíl za přítele. Čeká se na přijetí.</Czech>
</Key>
<Key ID="STR_EPOCH_ACTIONS_9">
<English>You are unable to change clothes while wearing backpack.</English>
<English>You are unable to change clothes while wearing a backpack.</English>
<German>Kleider können nicht gewechselt werden, solange ein Rucksack getragen wird.</German>
<Russian>Нельзя переодеться с рюкзаком на спине.</Russian>
<French>Impossible de changer ses vêtements lorsque vous portez un sac à dos.</French>