mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Merge pull request #728 from dayz10k/master
Toggleable NV scope for FN_FAL_ANPVS4 (Add more weapons, their loot table, etc)
This commit is contained in:
@@ -87,4 +87,5 @@ class CfgWeapons {
|
||||
#include "CfgWeapons\Weapon\LMG\m240_scoped.hpp"
|
||||
#include "CfgWeapons\Weapon\LMG\m249_scoped.hpp"
|
||||
#include "CfgWeapons\Weapon\LMG\M60A4.hpp"
|
||||
// #include "CfgWeapons\Weapon\Rifle\FN_FAL_ANPVS4_DZE.hpp"
|
||||
};
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
class FN_FAL_ANPVS4_DZE:FN_FAL_ANPVS4 {
|
||||
visionMode[] = {"Normal", NVG};
|
||||
};
|
||||
Reference in New Issue
Block a user