From 004a3bcde4ffaa6cbcc8d8c040cea989fb3bb02c Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Sun, 2 Oct 2016 20:31:52 -0400 Subject: [PATCH] Fix wrong string used for Mountain Green soda Mountain green was using the mountain dew strings too. These strings were unused. --- SQF/dayz_code/Configs/CfgMagazines/Consumables/Soda.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines/Consumables/Soda.hpp b/SQF/dayz_code/Configs/CfgMagazines/Consumables/Soda.hpp index 30bff301e..abbc5950a 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Consumables/Soda.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Consumables/Soda.hpp @@ -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};