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