mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Fixes
Bad mistakes on my part :(
This commit is contained in:
parent
7db5f1c36d
commit
a151cd21c5
@ -1041,7 +1041,7 @@ class CfgCrafting
|
||||
class KitVehicleUpgradeII_300_EPOCH : KitVehicleUpgradeII_100_EPOCH{};
|
||||
class KitVehicleUpgradeIII_100_EPOCH : Kit
|
||||
{
|
||||
recipe[] = { {"ItemVehDoc2",1}, {"ItemPipes",2}, {"KitShelf",2}, {"ItemBurlap",2} };
|
||||
recipe[] = { {"ItemVehDoc3",1}, {"ItemPipes",2}, {"KitShelf",2}, {"ItemBurlap",2} };
|
||||
previewPosition[] = {0.801715,1,0.331674};
|
||||
previewScale = 1.5;
|
||||
previewVector = 0.3;
|
||||
@ -1049,8 +1049,8 @@ class CfgCrafting
|
||||
class KitVehicleUpgradeIII_200_EPOCH : KitVehicleUpgradeIII_100_EPOCH{};
|
||||
class KitVehicleUpgradeIII_300_EPOCH : KitVehicleUpgradeIII_100_EPOCH{};
|
||||
class KitVehicleUpgradeIV_100_EPOCH : Kit
|
||||
{,
|
||||
recipe[] = { {"ItemVehDoc2",1}, {"CircuitParts",1}, {"ItemScraps",2}, {"jerrycan_epoch",2} };
|
||||
{
|
||||
recipe[] = { {"ItemVehDoc4",1}, {"CircuitParts",1}, {"ItemScraps",2}, {"jerrycan_epoch",2} };
|
||||
previewPosition[] = {0.801715,1,0.331674};
|
||||
previewScale = 1.5;
|
||||
previewVector = 0.3;
|
||||
|
Loading…
Reference in New Issue
Block a user