mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -103,7 +103,7 @@ if (_canDo && !_inVehicle && !dayz_isSwimming) then {
|
||||
} count _waterHoles;
|
||||
if (_canDoThis) exitWith {
|
||||
if (s_player_Drinkfromhands < 0) then {
|
||||
s_player_Drinkfromhands = player addAction [localize "str_player_31_drink", "\z\addons\dayz_code\actions\player_drinkWater.sqf",player, 0.5, false, true];
|
||||
s_player_Drinkfromhands = player addAction [localize "STR_ACTIONS_DRINK2", "\z\addons\dayz_code\actions\player_drinkWater.sqf",player, 0.5, false, true];
|
||||
};
|
||||
};
|
||||
} foreach nearestObjects [player, ["waterHoleProxy", "Land_pumpa"], 50];
|
||||
|
||||
@@ -989,18 +989,13 @@
|
||||
<French>Prendre Antibiotiques</French>
|
||||
<Czech>Vzít si antibiotika</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_ACTIONS_DRINK">
|
||||
<English>Drink %1</English>
|
||||
<German>%1 trinken</German>
|
||||
<Russian>Выпить</Russian>
|
||||
<Spanish>Tomar %1</Spanish>
|
||||
<French>Boire %1</French>
|
||||
<Czech>Vypít %1</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_ACTIONS_DRINK2">
|
||||
<English>Drink</English>
|
||||
<Russian>Выпить</Russian>
|
||||
<German>Trinken</German>
|
||||
<Spanish>Tomar</Spanish>
|
||||
<Czech>Vypít</Czech>
|
||||
<French>Boire</French>
|
||||
</Key>
|
||||
<Key ID="STR_ACTIONS_FILL_W">
|
||||
<English>Fill Water</English>
|
||||
@@ -7313,14 +7308,6 @@
|
||||
<German>braten</German>
|
||||
<French>cuire</French>
|
||||
</Key>
|
||||
<Key ID="str_player_31_drink">
|
||||
<English>Drink</English>
|
||||
<Russian>выпить</Russian>
|
||||
<Spanish>beberlo</Spanish>
|
||||
<Czech>vypít</Czech>
|
||||
<German>trinken</German>
|
||||
<French>boire</French>
|
||||
</Key>
|
||||
<Key ID="str_player_31_fill">
|
||||
<English>fill</English>
|
||||
<Russian>наполнить</Russian>
|
||||
|
||||
Reference in New Issue
Block a user