Skip to content

Commit

Permalink
RHS HIDF, TLA, NVG fix (#3457)
Browse files Browse the repository at this point in the history
* nvg fix, low tech flag

* Update Templates.hpp
  • Loading branch information
ante185 authored Dec 13, 2024
1 parent 70853fd commit c8cc9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A3A/addons/core/Templates/Templates/RHS/RHS_AI_HIDF.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ _loadoutData set ["watches", ["ItemWatch"]];
_loadoutData set ["compasses", ["ItemCompass"]];
_loadoutData set ["radios", ["ItemRadio"]];
_loadoutData set ["gpses", ["ItemGPS"]];
_loadoutData set ["NVGs", ["rhsusf_ANPVS_14", ""]];
_loadoutData set ["NVGs", ["rhsusf_ANPVS_14"]];
_loadoutData set ["binoculars", ["Binocular"]];
_loadoutData set ["rangefinders", ["Rangefinder"]];

Expand Down

0 comments on commit c8cc9d5

Please sign in to comment.