mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #4315 from acemod/fixChemlightShieldDescriptions
Fix Chemlight Shield Green and Red descriptions
This commit is contained in:
commit
eb007973c1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user