mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update AFRF with WeaponSlot comment and author property
This commit is contained in:
parent
cf732c17fc
commit
b4ac3301c8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user