diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp index e15b0afe7..398a11be8 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp @@ -43,7 +43,7 @@ class full_cinder_wall_kit: CA_Magazine { descriptionShort = $STR_EPOCH_FULLCINDERBLOCKWALL_DESC; model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; - weight = 325; + weight = 600; class ItemActions { class Build { text = $STR_ACTIONS_BUILD; @@ -561,4 +561,4 @@ class ItemWoodWallWithDoorLgLocked: CA_Magazine { create = "Land_DZE_LargeWoodDoorLocked"; }; }; -}; \ No newline at end of file +};