Skip to content

Commit

Permalink
added ICOM device for EW operators
Browse files Browse the repository at this point in the history
allows listening in to any TFAR radio call
  • Loading branch information
b-mayr-1984 committed May 16, 2024
1 parent 5dfa5d8 commit 6d09165
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/grad-factions-tvt/factions/CSAT_Apex_Pacific.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ class CSAT_Apex_Pacific {
handgunWeapon = "hgun_esd_01_F"; // spectrum device
handgunWeaponMuzzle = "muzzle_antenna_03_f"; // jamming antenna
handgunWeaponMagazine = "";
addItemsToUniform[] = {
LIST_1("crowsew_tfar_icom")
};
backpack = "B_FieldPack_ghex_F";
addItemsToBackpack[] = {
LIST_1("ToolKit"),
Expand Down
3 changes: 3 additions & 0 deletions scripts/grad-factions-tvt/factions/NATO_Apex_Pacific.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ class NATO_Apex_Pacific {
handgunWeapon = "hgun_esd_01_F"; // spectrum device
handgunWeaponMuzzle = "muzzle_antenna_03_f"; // jamming antenna
handgunWeaponMagazine = "";
addItemsToUniform[] = {
LIST_1("crowsew_tfar_icom")
};
backpack = "B_AssaultPack_tna_F";
addItemsToBackpack[] = {
LIST_1("ToolKit"),
Expand Down

0 comments on commit 6d09165

Please sign in to comment.