From 26239d31cd4f68a30790b17a5754f7186b5a4be1 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 26 Jan 2014 23:43:34 -0600 Subject: [PATCH] for madhatter --- SQF/dayz_code/Configs/CfgMagazines.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines.hpp b/SQF/dayz_code/Configs/CfgMagazines.hpp index c1d600971..0dcfcb816 100644 --- a/SQF/dayz_code/Configs/CfgMagazines.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines.hpp @@ -2467,7 +2467,7 @@ class CfgMagazines { scope = 2; count = 1; type = 256; - displayName = "Mixed Gas 16l"; + displayName = "Mixed Gas 16L"; model = "\dayz_equip\models\jerrycan.p3d"; picture = "\dayz_equip\textures\equip_jerrycan_ca.paa"; descriptionShort = "16 liters of Mixed Gas."; @@ -2490,7 +2490,7 @@ class CfgMagazines { scope = 2; count = 1; type = 256; - displayName = "Mixed Gas 12l"; + displayName = "Mixed Gas 12L"; model = "\dayz_equip\models\jerrycan.p3d"; picture = "\dayz_equip\textures\equip_jerrycan_ca.paa"; descriptionShort = "12 liters of Mixed Gas."; @@ -2513,7 +2513,7 @@ class CfgMagazines { scope = 2; count = 1; type = 256; - displayName = "Mixed Gas 8l"; + displayName = "Mixed Gas 8L"; model = "\dayz_equip\models\jerrycan.p3d"; picture = "\dayz_equip\textures\equip_jerrycan_ca.paa"; descriptionShort = "8 liters of Mixed Gas."; @@ -2536,7 +2536,7 @@ class CfgMagazines { scope = 2; count = 1; type = 256; - displayName = "Mixed Gas 4l"; + displayName = "Mixed Gas 4L"; model = "\dayz_equip\models\jerrycan.p3d"; picture = "\dayz_equip\textures\equip_jerrycan_ca.paa"; descriptionShort = "4 liters of Mixed Gas.";