Merge pull request #4315 from acemod/fixChemlightShieldDescriptions

Fix Chemlight Shield Green and Red descriptions
This commit is contained in:
jonpas 2016-09-01 01:20:04 +02:00 committed by GitHub
commit eb007973c1

View File

@ -54,7 +54,7 @@ class CfgWeapons {
ACE_Chemlight = "Chemlight_green";
author = ECSTRING(common,ACETeam);
displayName = CSTRING(Shield_Green_DisplayName);
descriptionShort = CSTRING(Shield_Empty_DescriptionShort);
descriptionShort = CSTRING(Shield_Green_DescriptionShort);
model = "\A3\weapons_F\ammo\mag_univ.p3d";
picture = QPATHTOF(UI\ace_chemlight_shield_green_x_ca.paa);
scope = 1;
@ -71,7 +71,7 @@ class CfgWeapons {
class ACE_Chemlight_Shield_Red: ACE_Chemlight_Shield_Green {
ACE_Chemlight = "Chemlight_red";
displayName = CSTRING(Shield_Red_DisplayName);
descriptionShort = CSTRING(Shield_Green_DescriptionShort);
descriptionShort = CSTRING(Shield_Red_DescriptionShort);
picture = QPATHTOF(UI\ace_chemlight_shield_red_x_ca.paa);
class ItemInfo: InventoryItem_Base_F {
mass = 1;