From 6f13f8a36e156c47fc04e91a775bb7e0906b2af1 Mon Sep 17 00:00:00 2001 From: A Man Date: Tue, 21 Jun 2016 22:27:41 +0200 Subject: [PATCH] Changed Cinder Wall Strings The full cinder wall and the half cinder half kit had the same name ingame. --- SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp index 398a11be8..6dd13f9e8 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp @@ -21,7 +21,7 @@ class cinder_wall_kit: CA_Magazine { scope = public; count = 1; type = 256; - displayName = $STR_EPOCH_CINDERBLOCKWALL; + displayName = $STR_EPOCH_CINDERBLOCKWALL_HALF; descriptionShort = $STR_EPOCH_CINDERBLOCKWALL_DESC; model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";