Increased weight of full_cinder_wall_kit (#1702)

The full_cinder_wall_kit had the same weight as the half. I just increased the weight by almost the double amout.
This commit is contained in:
A Man
2016-06-21 03:41:12 +02:00
committed by ebaydayz
parent bf3d03ba13
commit ee6bf997b4

View File

@@ -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";
};
};
};
};