diff --git a/Laptop/IMP Gear.cpp b/Laptop/IMP Gear.cpp index ee469c2c..39b00c84 100644 --- a/Laptop/IMP Gear.cpp +++ b/Laptop/IMP Gear.cpp @@ -601,6 +601,9 @@ void CalculatePossibleItems() AddItemCategoryToPossibleGear(i); } + // always add sidearms + AddItemCategoryToPossibleGear(IMP_SIDEARM); + //loop through all the buttons and reset them for ( UINT8 uiCnt = 0; uiCnt< (gGameOptions.fNewTraitSystem ? IMP_SKILL_TRAITS_NEW_MAJOR_NONE : IMP_SKILL_TRAITS__NONE); ++uiCnt ) {