Merge pull request #6208 from Max255PL/laserbeam

Add IR beam to visible laser mode
This commit is contained in:
commy2 2018-09-18 20:54:42 +02:00 committed by GitHub
commit 550acf6a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,11 @@ class CfgWeapons {
class ItemInfo: InventoryFlashLightItem_Base_F {
mass = 6;
class Pointer {};
class Pointer {
irLaserPos = "laser pos";
irLaserEnd = "laser dir";
irDistance = 5;
};
class FlashLight {
color[] = {0,0,0};