Update AFRF with WeaponSlot comment and author property

This commit is contained in:
Whigital 2020-01-31 18:33:57 +01:00
parent cf732c17fc
commit b4ac3301c8

View File

@ -173,7 +173,9 @@ class CfgWeapons {
}; };
}; };
class WeaponSlotsInfo: WeaponSlotsInfo { 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; iconScale = 0.1;
}; };
mass = 670; // 2B14 Mortar Weight mass = 670; // 2B14 Mortar Weight
@ -286,6 +288,7 @@ class CfgWeapons {
}; };
}; };
displayName = ECSTRING(csw,spg9m_tube); displayName = ECSTRING(csw,spg9m_tube);
author = ECSTRING(common,ACETeam);
}; };
class GVAR(metis_carry): Launcher_Base_F { class GVAR(metis_carry): Launcher_Base_F {