Update GREF with WeaponSlot comment

This commit is contained in:
Whigital 2020-01-31 18:34:44 +01:00
parent b4ac3301c8
commit 95c213fd2b

View File

@ -98,6 +98,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;
}; };