mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Prevent errors if used in v1.1.0
This commit is contained in:
parent
a88890863f
commit
b26b22c1f6
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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user