mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 12:12:56 +03:00
Add full screen NVG
looking through a pinhole gets old
This commit is contained in:
@@ -235,6 +235,7 @@ class CfgWeapons
|
||||
/* TOOLS */
|
||||
|
||||
#include "Tools\Binocular.hpp"
|
||||
#include "Tools\NVG.hpp"
|
||||
#include "Tools\Chainsaw.hpp"
|
||||
|
||||
#include "Tools\Map.hpp"
|
||||
|
||||
7
SQF/dayz_code/Configs/CfgWeapons/Tools/NVG.hpp
Normal file
7
SQF/dayz_code/Configs/CfgWeapons/Tools/NVG.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class NVGoggles;
|
||||
class NVGoggles_DZE: NVGoggles
|
||||
{
|
||||
displayName = "NVG (Full Screen)";
|
||||
modelOptics = "";
|
||||
descriptionShort = "Full Screen Night Vision Goggles";
|
||||
};
|
||||
Reference in New Issue
Block a user