spawn empty barrels instead of full ones

This commit is contained in:
[VB]AWOL
2013-12-04 15:15:32 -06:00
parent 60296f70df
commit a1f789836b
2 changed files with 4 additions and 4 deletions

View File

@@ -195,7 +195,7 @@ class CfgBuildingLoot {
lootPos[] = {};
itemType[] = {
{ "ItemGenerator","magazine" },
{ "ItemFuelBarrel","magazine"},
{ "ItemFuelBarrelEmpty","magazine"},
{ "","generic" },
{ "","trash" },
{ "","military" },
@@ -326,7 +326,7 @@ class CfgBuildingLoot {
{ "","trash" },
{ "PartPlankPack","magazine" },
{ "WeaponHolder_ItemHatchet_DZE","object" },
{ "ItemFuelBarrel","magazine"},
{ "ItemFuelBarrelEmpty","magazine"},
{ "WeaponHolder_ItemMachete", "object"},
{ "ItemFishingPole","weapon" },
{ "ItemLightBulb","magazine"},
@@ -628,7 +628,7 @@ class CfgBuildingLoot {
{ "","military" },
{ "ItemEtool","weapon" },
{ "ItemSandbag","magazine" },
{ "ItemFuelBarrel","magazine" },
{ "ItemFuelBarrelEmpty","magazine" },
{ "ItemFuelPump","magazine" },
{ "machineguns","cfglootweapon" }
};

View File

@@ -14,7 +14,7 @@ class CfgWeight
{
class Chainsaw
{
weight = 6.8;
weight = 4.5;
};
class SCAR_L_STD_Mk4CQT
{