@@ -3937,6 +3937,7 @@ class MreLigh(MelRecord):
39373937 MelDestructible(),
39383938 MelString('FULL','full'),
39393939 MelString('ICON','iconPath'),
3940+ MelString('MICO','smallIconPath'),
39403941 MelStruct('DATA','iI3BsI2fIf','duration','radius','red','green','blue',
39413942 ('unused1',null1),(_flags,'flags',0L),'falloff','fov','value',
39423943 'weight'),
@@ -17542,7 +17543,7 @@ def __init__(self,types=None,aliases=None):
1754217543 'BOOK':('eid', 'full', 'weight', 'value', 'iconPath', 'smallIconPath'),
1754317544 'INGR':('eid', 'full', 'weight', 'value', 'iconPath'),
1754417545 'KEYM':('eid', 'full', 'weight', 'value', 'iconPath', 'smallIconPath'),
17545- 'LIGH':('eid', 'full', 'weight', 'value', 'duration','iconPath'),
17546+ 'LIGH':('eid', 'full', 'weight', 'value', 'duration','iconPath','smallIconPath' ),
1754617547 'MISC':('eid', 'full', 'weight', 'value', 'iconPath', 'smallIconPath'),
1754717548 'WEAP':('eid', 'full', 'weight', 'value', 'health', 'damage','clipsize',
1754817549 'animationMultiplier','reach','ammoUse','minSpread','spread','sightFov','baseVatsToHitChance','projectileCount',
@@ -22512,7 +22513,7 @@ def initPatchFile(self,patchFile,loadMods):
2251222513 for recClass in (MreActi, MreBptd, MreDoor, MreFurn, MreGras, MreHdpt, MreMstt, MrePwat, MreStat, MreTact, MreTerm):
2251322514 recAttrs_class[recClass] = ('model',)
2251422515 for recClass in (MreLigh,):
22515- recAttrs_class[recClass] = ('iconPath','model')
22516+ recAttrs_class[recClass] = ('iconPath','smallIconPath',' model')
2251622517 for recClass in (MreMicn,):
2251722518 recAttrs_class[recClass] = ('iconPath','smallIconPath')
2251822519 for recClass in (MreAlch, MreAmmo, MreBook, MreIngr, MreKeym, MreMisc, MreTree):
0 commit comments