diff --git a/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Industrial.hpp b/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Industrial.hpp index cb0cfda93..518a6f418 100644 --- a/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Industrial.hpp +++ b/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Industrial.hpp @@ -3,7 +3,7 @@ Industrial[] = //Tools {Loot_WEAPON, 3, ItemKnife}, {Loot_WEAPON, 6, ItemToolbox}, - {Loot_WEAPON, 2, ItemFlashlight}, +// {Loot_WEAPON, 2, ItemFlashlight}, // {Loot_WEAPON, 8, ItemCrowbar}, {Loot_VEHICLE, 8, WeaponHolder_ItemCrowbar}, // {Loot_WEAPON, 5, ItemHatchet}, @@ -30,8 +30,8 @@ Industrial[] = {Loot_MAGAZINE, 2, equip_1inch_metal_pipe}, {Loot_MAGAZINE, 2, equip_2inch_metal_pipe}, {Loot_MAGAZINE, 12, ItemPlank}, - {Loot_MAGAZINE, 1, MortarBucket}, - {Loot_MAGAZINE, 2, CinderBlocks}, + {Loot_MAGAZINE, 2, MortarBucket}, + {Loot_MAGAZINE, 3, CinderBlocks}, {Loot_MAGAZINE, 3, ItemFuelBarrelEmpty}, {Loot_MAGAZINE, 3, ItemGenerator}, {Loot_MAGAZINE, 1, fuel_pump_kit},