1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Map - Allow the pistol flashlight to do illumination ()

Close 
This commit is contained in:
PabstMirror 2017-11-14 07:40:24 -06:00 committed by jonpas
parent 4ca428a34f
commit 005c64d174

@ -13,4 +13,14 @@ class CfgWeapons {
};
};
};
};
class acc_flashlight_pistol: ItemCore {
class ItemInfo: InventoryFlashlightItem_Base_F {
class FlashLight {
ACE_Flashlight_Colour = "white";
ACE_Flashlight_Beam = QPATHTOF(UI\Flashlight_beam_white_ca.paa);
ACE_Flashlight_Size = 2.75;
ACE_Flashlight_Sound = 1;
};
};
};
};