mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Fix wrong string used for Mountain Green soda
Mountain green was using the mountain dew strings too. These strings were unused.
This commit is contained in:
@@ -40,8 +40,8 @@ class ItemSodaMtngreen : ItemSoda
|
|||||||
|
|
||||||
model = "z\addons\dayz_communityassets\models\soda_mtngreen_clean_full.p3d";
|
model = "z\addons\dayz_communityassets\models\soda_mtngreen_clean_full.p3d";
|
||||||
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_mtngreen_clean_full_ca.paa";
|
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_mtngreen_clean_full_ca.paa";
|
||||||
displayName = $STR_EQUIP_NAME_37;
|
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_0;
|
||||||
descriptionShort = $STR_EQUIP_NAME_37;
|
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_0;
|
||||||
|
|
||||||
Nutrition[] = {90,0,500,0};
|
Nutrition[] = {90,0,500,0};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user