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,6 +173,8 @@ class CfgWeapons {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
class WeaponSlotsInfo: WeaponSlotsInfo {
|
class WeaponSlotsInfo: WeaponSlotsInfo {
|
||||||
|
// 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 {
|
class MuzzleSlot {
|
||||||
iconScale = 0.1;
|
iconScale = 0.1;
|
||||||
};
|
};
|
||||||
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user