From 6e50ce67635f6f8315382d8b6f3013c56b587811 Mon Sep 17 00:00:00 2001 From: He-Man Date: Sat, 2 Mar 2019 23:22:23 +0100 Subject: [PATCH] Plot Upgrades - missing SIM Classes in CfgBaseBuilding --- Sources/epoch_config/Configs/CfgBaseBuilding.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgBaseBuilding.hpp b/Sources/epoch_config/Configs/CfgBaseBuilding.hpp index b5529f84..16c672da 100644 --- a/Sources/epoch_config/Configs/CfgBaseBuilding.hpp +++ b/Sources/epoch_config/Configs/CfgBaseBuilding.hpp @@ -207,6 +207,10 @@ class CfgBaseBuilding simulClass = "PlotPole_M_SIM_EPOCH"; bypassJammer = 1; }; + class PlotPole_M_SIM_EPOCH : PlotPole_M_EPOCH + { + removeParts[] = {}; + }; class PlotPole_L_EPOCH : Default { upgradeBuilding[] = {{"PlotPole_XL_EPOCH",{{"ItemCorrugatedLg",5},{"EnergyPackLg",2},{"CircuitParts",3},{"ItemBattery",3},{"ItemPipe",1}}}}; @@ -216,6 +220,10 @@ class CfgBaseBuilding simulClass = "PlotPole_L_SIM_EPOCH"; bypassJammer = 1; }; + class PlotPole_L_SIM_EPOCH : PlotPole_L_EPOCH + { + removeParts[] = {}; + }; class PlotPole_XL_EPOCH : Default { upgradeBuilding[] = {}; @@ -225,6 +233,10 @@ class CfgBaseBuilding simulClass = "PlotPole_XL_SIM_EPOCH"; bypassJammer = 1; }; + class PlotPole_XL_SIM_EPOCH : PlotPole_XL_EPOCH + { + removeParts[] = {}; + }; class PlotPole_XXL_EPOCH : Default { upgradeBuilding[] = {}; @@ -234,6 +246,10 @@ class CfgBaseBuilding simulClass = "PlotPole_XXL_SIM_EPOCH"; bypassJammer = 1; }; + class PlotPole_XXL_SIM_EPOCH : PlotPole_XXL_EPOCH + { + removeParts[] = {}; + }; class WoodRamp_EPOCH : Default { removeParts[] = {{"PartPlankPack",3}};