File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -315,18 +315,21 @@ class CfgVehicles {
315315 category = QGVAR (Projectiles);
316316 displayName = CSTRING (moduleThrowSelect);
317317 function = QFUNC (moduleThrowSelect);
318+ icon = " \a 3\ui_f\data\gui\r sc\r scdisplayarsenal\cargothrow_ca.paa" ;
318319 };
319320 class GVAR (moduleFireGL): GVAR(moduleBase) {
320321 curatorCanAttach = 1 ;
321322 category = QGVAR (Projectiles);
322323 displayName = CSTRING (moduleFireGL);
323324 function = QFUNC (moduleFireGL);
325+ icon = QPATHTOF (ui\ugl_shell_ca.paa );
324326 };
325327 class GVAR (moduleFireLauncher): GVAR(moduleBase) {
326328 curatorCanAttach = 1 ;
327329 category = QGVAR (Projectiles);
328330 displayName = CSTRING (moduleFireLauncher);
329331 function = QFUNC (moduleFireLauncher);
332+ icon = " \a 3\ui_f\data\gui\r sc\r scdisplayarsenal\secondaryweapon_ca.paa" ;
330333 };
331334 class GVAR (moduleRemoveArsenal): GVAR(moduleBase) {
332335 curatorCanAttach = 1 ;
You can’t perform that action at this time.
0 commit comments