mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
fixed typo in crafting 16l and changed sound to refuel
This commit is contained in:
@@ -1506,6 +1506,7 @@ class CfgMagazines {
|
|||||||
model = "\dayz_equip\models\jerrycan.p3d";
|
model = "\dayz_equip\models\jerrycan.p3d";
|
||||||
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
|
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
|
||||||
descriptionShort = "20 liters of Mixed Gas.";
|
descriptionShort = "20 liters of Mixed Gas.";
|
||||||
|
sfx = "refuel";
|
||||||
class ItemActions
|
class ItemActions
|
||||||
{
|
{
|
||||||
class Crafting
|
class Crafting
|
||||||
@@ -1528,6 +1529,7 @@ class CfgMagazines {
|
|||||||
model = "\dayz_equip\models\jerrycan.p3d";
|
model = "\dayz_equip\models\jerrycan.p3d";
|
||||||
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
|
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
|
||||||
descriptionShort = "16 liters of Mixed Gas.";
|
descriptionShort = "16 liters of Mixed Gas.";
|
||||||
|
sfx = "refuel";
|
||||||
class ItemActions
|
class ItemActions
|
||||||
{
|
{
|
||||||
class Crafting
|
class Crafting
|
||||||
@@ -1536,8 +1538,8 @@ class CfgMagazines {
|
|||||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {};
|
neednearby[] = {};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"CSGAS",1},{"ItemJerryMixed2",1}};
|
output[] = {{"CSGAS",1},{"ItemJerryMixed3",1}};
|
||||||
input[] = {{"ItemJerryMixed3",1}};
|
input[] = {{"ItemJerryMixed4",1}};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -1550,6 +1552,7 @@ class CfgMagazines {
|
|||||||
model = "\dayz_equip\models\jerrycan.p3d";
|
model = "\dayz_equip\models\jerrycan.p3d";
|
||||||
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
|
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
|
||||||
descriptionShort = "12 liters of Mixed Gas.";
|
descriptionShort = "12 liters of Mixed Gas.";
|
||||||
|
sfx = "refuel";
|
||||||
class ItemActions
|
class ItemActions
|
||||||
{
|
{
|
||||||
class Crafting
|
class Crafting
|
||||||
@@ -1572,6 +1575,7 @@ class CfgMagazines {
|
|||||||
model = "\dayz_equip\models\jerrycan.p3d";
|
model = "\dayz_equip\models\jerrycan.p3d";
|
||||||
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
|
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
|
||||||
descriptionShort = "8 liters of Mixed Gas.";
|
descriptionShort = "8 liters of Mixed Gas.";
|
||||||
|
sfx = "refuel";
|
||||||
class ItemActions
|
class ItemActions
|
||||||
{
|
{
|
||||||
class Crafting
|
class Crafting
|
||||||
@@ -1594,6 +1598,7 @@ class CfgMagazines {
|
|||||||
model = "\dayz_equip\models\jerrycan.p3d";
|
model = "\dayz_equip\models\jerrycan.p3d";
|
||||||
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
|
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
|
||||||
descriptionShort = "4 liters of Mixed Gas.";
|
descriptionShort = "4 liters of Mixed Gas.";
|
||||||
|
sfx = "refuel";
|
||||||
class ItemActions
|
class ItemActions
|
||||||
{
|
{
|
||||||
class Crafting
|
class Crafting
|
||||||
|
|||||||
Reference in New Issue
Block a user