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 (#5766)
Close #5757
This commit is contained in:
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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user