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

View File

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