From b4ac3301c81bf0bf1696dcf428b6536b501788fe Mon Sep 17 00:00:00 2001 From: Whigital Date: Fri, 31 Jan 2020 18:33:57 +0100 Subject: [PATCH] Update AFRF with WeaponSlot comment and author property --- optionals/compat_rhs_afrf3/CfgWeapons.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/optionals/compat_rhs_afrf3/CfgWeapons.hpp b/optionals/compat_rhs_afrf3/CfgWeapons.hpp index 7b72daa108..fdfe7164e9 100644 --- a/optionals/compat_rhs_afrf3/CfgWeapons.hpp +++ b/optionals/compat_rhs_afrf3/CfgWeapons.hpp @@ -173,7 +173,9 @@ class CfgWeapons { }; }; class WeaponSlotsInfo: WeaponSlotsInfo { - class MuzzleSlot { + // One WeaponSlot with a positive value for iconScale forces game to use icon overlay method. + // Required, because the inventory icon has no accessory variants. + class MuzzleSlot { iconScale = 0.1; }; mass = 670; // 2B14 Mortar Weight @@ -286,6 +288,7 @@ class CfgWeapons { }; }; displayName = ECSTRING(csw,spg9m_tube); + author = ECSTRING(common,ACETeam); }; class GVAR(metis_carry): Launcher_Base_F {