Map - Allow the pistol flashlight to do illumination (#5766)

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

View File

@ -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;
};
};
};
}; };