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:
ebaydayz
2016-10-02 20:31:52 -04:00
parent 87bebfad1f
commit 004a3bcde4

View File

@@ -40,8 +40,8 @@ class ItemSodaMtngreen : ItemSoda
model = "z\addons\dayz_communityassets\models\soda_mtngreen_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_mtngreen_clean_full_ca.paa";
displayName = $STR_EQUIP_NAME_37;
descriptionShort = $STR_EQUIP_NAME_37;
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_0;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_0;
Nutrition[] = {90,0,500,0};