mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
1.0.2.15 dev test
This commit is contained in:
@@ -564,6 +564,17 @@ class CfgMagazines {
|
||||
descriptionShort = "Gold Bar";
|
||||
class ItemActions
|
||||
{
|
||||
class Crafting
|
||||
{
|
||||
text = "Smelt 10oz bar";
|
||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {};
|
||||
requiretools[] = {};
|
||||
output[] = {{"ItemGoldBar10oz",1}};
|
||||
input[] = {{"ItemGoldBar",10}};
|
||||
|
||||
};
|
||||
/*
|
||||
class Crafting
|
||||
{
|
||||
text = "Add 1oz Bar";
|
||||
@@ -584,6 +595,7 @@ class CfgMagazines {
|
||||
input[] = {{"ItemGoldBar",10}};
|
||||
|
||||
};
|
||||
*/
|
||||
};
|
||||
};
|
||||
/*
|
||||
|
||||
@@ -149,7 +149,7 @@ class RscDisplayMain : RscStandardDisplay
|
||||
class DAYZ_Version : CA_Version
|
||||
{
|
||||
idc = -1;
|
||||
text = "DayZ Epoch 1.0.2.2 (DEV14)";
|
||||
text = "DayZ Epoch 1.0.2.2 (DEV15)";
|
||||
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
|
||||
};
|
||||
delete CA_TitleMainMenu;
|
||||
|
||||
Reference in New Issue
Block a user