Skip to content

Commit

Permalink
Backpacks - Add Grey medic kitbag (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF authored Sep 22, 2024
1 parent bd38fd9 commit 87b729f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions addons/backpacks/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,16 @@ class CfgVehicles {
QPATHTOF(data\backpack_kitbag_medic_rgr_co.paa)
};
};
class CLASS(Backpack_Kitbag_Medic_Grey): B_Kitbag_Base {
dlc = QUOTE(PREFIX);
scope = 2;
author = "Bohemia Interactive, GilleeDoo, Mike";
displayName = CSTRING(Backpack_Kitbag_Medic_Grey);
picture = QPATHTOF(UI\backpack_kitbag_medic_grey_ca.paa);
hiddenSelectionsTextures[] = {
QPATHTOF(data\backpack_kitbag_medic_grey_co.paa)
};
};

class B_ViperHarness_base_F;
class CLASS(Backpack_ViperHarness_Coyote): B_ViperHarness_base_F {
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions addons/backpacks/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class CfgPatches {
QCLASS(Backpack_Kitbag_Medic_Sage),
QCLASS(Backpack_Kitbag_Medic_Tan),
QCLASS(Backpack_Kitbag_Medic_RGR),
QCLASS(Backpack_Kitbag_Medic_Grey),
QCLASS(Backpack_ViperHarness_Coyote),
QCLASS(Backpack_ViperHarness_Green),
QCLASS(Backpack_ViperLightHarness_Coyote),
Expand Down
Binary file not shown.
3 changes: 3 additions & 0 deletions addons/backpacks/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
<Key ID="STR_TACS_Backpacks_Backpack_Kitbag_Medic_RGR">
<English>Kitbag Medic (RGR)</English>
</Key>
<Key ID="STR_TACS_Backpacks_Backpack_Kitbag_Medic_Grey">
<English>Kitbag Medic (Grey)</English>
</Key>
<Key ID="STR_TACS_Backpacks_Backpack_ViperHarness_Coyote">
<English>Viper Harness (Coyote)</English>
</Key>
Expand Down

0 comments on commit 87b729f

Please sign in to comment.