mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Combine player_fillWater and player_drinkWater to one function
This commit is contained in:
@@ -292,8 +292,8 @@ class CfgWeapons
|
||||
{
|
||||
class Drink
|
||||
{
|
||||
text = "Drink";
|
||||
script = "spawn player_drinkWater;";
|
||||
text = $STR_ACTIONS_DRINK2;
|
||||
script = ";[_id] spawn player_fillWater;";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -310,8 +310,8 @@ class CfgWeapons
|
||||
{
|
||||
class Drink
|
||||
{
|
||||
text = "Drink";
|
||||
script = "spawn player_drinkWater;";
|
||||
text = $STR_ACTIONS_DRINK2;
|
||||
script = ";[_id] spawn player_fillWater;";
|
||||
};
|
||||
};
|
||||
};*/
|
||||
|
||||
Reference in New Issue
Block a user