mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-15 15:13:22 +03:00
@@ -23,7 +23,7 @@ class ItemCanteen : FoodDrink
|
||||
|
||||
class Empty
|
||||
{
|
||||
text = "Empty";//TODO: move to stringtable
|
||||
text = $STR_ITEM_CANTEEN_EMPTY;
|
||||
script = "spawn player_emptyContainer";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -250,8 +250,8 @@ class ItemSherbet : ItemSoda
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\soda_sherbet_clean_full.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_sherbet_clean_full_ca.paa";
|
||||
displayName = "Sherbet";//TODO: move to stringtable
|
||||
descriptionShort = "Sherbet";
|
||||
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_15;
|
||||
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_15;
|
||||
|
||||
Nutrition[] = {90,0,500,0};
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ class ItemWaterBottle : FoodDrink
|
||||
|
||||
class Empty
|
||||
{
|
||||
text = "Empty";//TODO: move to stringtable
|
||||
text = $STR_EQUIP_NAME_13_EMPTY;
|
||||
script = "spawn player_emptyContainer";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user