mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
change to fuel_pump_kit fixes #1170
This commit is contained in:
@@ -154,7 +154,7 @@ class CfgBuildingLoot {
|
|||||||
lootPos[] = {};
|
lootPos[] = {};
|
||||||
lootType[] = {
|
lootType[] = {
|
||||||
{"ItemGenerator","magazine",0.01}
|
{"ItemGenerator","magazine",0.01}
|
||||||
,{"ItemFuelPump","magazine",0.01}
|
,{"fuel_pump_kit","magazine",0.01}
|
||||||
,{"","generic",0.18}
|
,{"","generic",0.18}
|
||||||
,{"","trash",0.28}
|
,{"","trash",0.28}
|
||||||
,{"","military",0.04}
|
,{"","military",0.04}
|
||||||
@@ -309,7 +309,7 @@ class CfgBuildingLoot {
|
|||||||
,{"ItemEtool","weapon",0.03}
|
,{"ItemEtool","weapon",0.03}
|
||||||
,{"ItemSandbag","magazine",0.02}
|
,{"ItemSandbag","magazine",0.02}
|
||||||
,{"ItemFuelBarrelEmpty","magazine",0.03}
|
,{"ItemFuelBarrelEmpty","magazine",0.03}
|
||||||
,{"ItemFuelPump","magazine",0.01}
|
,{"fuel_pump_kit","magazine",0.01}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class IndustrialMilitary: Default {
|
class IndustrialMilitary: Default {
|
||||||
@@ -337,7 +337,7 @@ class CfgBuildingLoot {
|
|||||||
,{"ItemEtool","weapon",0.03}
|
,{"ItemEtool","weapon",0.03}
|
||||||
,{"ItemSandbag","magazine",0.02}
|
,{"ItemSandbag","magazine",0.02}
|
||||||
,{"ItemFuelBarrelEmpty","magazine",0.03}
|
,{"ItemFuelBarrelEmpty","magazine",0.03}
|
||||||
,{"ItemFuelPump","magazine",0.01}
|
,{"fuel_pump_kit","magazine",0.01}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class MilitarySpecial: Default {
|
class MilitarySpecial: Default {
|
||||||
|
|||||||
@@ -619,7 +619,7 @@ class CfgVehicles {
|
|||||||
displayName = "Fuel Pump";
|
displayName = "Fuel Pump";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
constructioncount = 2;
|
constructioncount = 2;
|
||||||
removeoutput[] = {{"ItemFuelPump",1}};
|
removeoutput[] = {{"fuel_pump_kit",1}};
|
||||||
requireplot = 0;
|
requireplot = 0;
|
||||||
nounderground = 0;
|
nounderground = 0;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user