Prevent errors if used in v1.1.0

This commit is contained in:
He-Man 2018-05-07 23:28:37 +02:00
parent a88890863f
commit b26b22c1f6
2 changed files with 9 additions and 3 deletions
Sources/epoch_config/Configs

@ -901,6 +901,8 @@ class CfgCrafting
previewPosition[] = {0.797675,1,0.398882};
previewScale = 0.07;
previewVector = 0;
descriptionShort = "1/3 Plywood Wall";
descriptionFull = "Base building material";
};
class KitWoodFloor : Kit
{

@ -232,9 +232,13 @@ class CfgEpochClient
"KitCinderQuarterFloor", // Item is Upgradeable, but you can remove it here to make it also Craftable
"KitCinderHalfFloor", // Item is Upgradeable, but you can remove it here to make it also Craftable
"KitCinderFloor", // Item is Upgradeable, but you can remove it here to make it also Craftable
"KitCinderTower", // Item is Upgradeable, but you can remove it here to make it also Craftable
"KitSolarCharger", // Supressed until Client Files update!
"KitSolarChargerXL" // Supressed until Client Files update!
"KitCinderTower" // Item is Upgradeable, but you can remove it here to make it also Craftable
// "KitSolarCharger", // Supress for 1.1.0 !!!
// "KitSolarChargerXL", // Supress for 1.1.0 !!!
// "BaseCam", // Supress for 1.1.0 !!!
// "BaseCamTerminal", // Supress for 1.1.0 !!!
// "KitSnowman", // Supress for 1.1.0 !!!
// "KitPlyThirdWall_EPOCH" // Supress for 1.1.0 !!!
};
VehicleRepairs[] = { // {Hitpoint, dmg to repair, dmg to replace, mat to repair, mat to replace}
{"HitHull",0.33,0.66,"ItemScraps","ItemCorrugated"},