mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
spawn empty barrels instead of full ones
This commit is contained in:
@@ -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" }
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ class CfgWeight
|
||||
{
|
||||
class Chainsaw
|
||||
{
|
||||
weight = 6.8;
|
||||
weight = 4.5;
|
||||
};
|
||||
class SCAR_L_STD_Mk4CQT
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user