Skip to content

Commit

Permalink
WW2 Night Items
Browse files Browse the repository at this point in the history
  • Loading branch information
Neciota committed Apr 8, 2019
1 parent be3f9f6 commit d927641
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.pbo
@twc_config_ww2/addons/twc_ww2_faction/late/paratroopers.hpp
*.pbo
6 changes: 6 additions & 0 deletions @twc_config_ww2/addons/twc_ww2_faction/uk_late/woodland.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ class TWC_Infantry_WW2_UK_Late_Woodland_SectionCommander: TWC_Infantry_WW2_UK_La
MAG_5("LIB_32Rnd_9x19_Sten"),
MAG_2("SmokeShell")
};
nightItems[] = {
MAG_2("ACE_HandFlare_White")
};
};
class TWC_Infantry_WW2_UK_Late_Woodland_2iC: TWC_Infantry_WW2_UK_Late_Woodland_Rifleman
{
Expand Down Expand Up @@ -432,6 +435,9 @@ class TWC_Infantry_WW2_UK_Late_Woodland_Platoon_Mortar: TWC_Infantry_WW2_UK_Late
MAG_7("LIB_10Rnd_770x56"),
MAG_4("twc_2inch_he_1rnd")
};
nightItems[] = {
MAG_8("twc_2inch_illum_1rnd")
};
};
class TWC_Infantry_WW2_UK_Late_Woodland_Platoon_CSM: TWC_Infantry_WW2_UK_Late_Woodland_Platoon_Sergeant
{
Expand Down

0 comments on commit d927641

Please sign in to comment.