Combine player_fillWater and player_drinkWater to one function

This commit is contained in:
ebaydayz
2017-01-16 16:35:15 -05:00
parent 95b5447f7d
commit 198ef269d4
8 changed files with 98 additions and 120 deletions

View File

@@ -14,7 +14,7 @@ class ItemSodaEmpty : HandGrenade
class Drink
{
text = $STR_ACTIONS_DRINK2;
script = "spawn player_drinkWater;";
script = ";[_id] spawn player_fillWater;";
};
class Crafting {
text = "Melt into Bars";
@@ -43,7 +43,7 @@ class TrashTinCan : HandGrenade
class Drink
{
text = $STR_ACTIONS_DRINK2;
script = "spawn player_drinkWater;";
script = ";[_id] spawn player_fillWater;";
};
class Crafting {
text = "Melt into Bars";