mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
fixed incorrect remove gold option on empty case.
This commit is contained in:
@@ -128,12 +128,12 @@ class CfgMagazines {
|
|||||||
};
|
};
|
||||||
class Crafting1
|
class Crafting1
|
||||||
{
|
{
|
||||||
text = "Remove 1 10oz Gold";
|
text = "Add 10 10oz Gold";
|
||||||
script = "spawn player_craftItem1;";
|
script = "spawn player_craftItem1;";
|
||||||
neednearby[] = {};
|
neednearby[] = {};
|
||||||
requiretools[] = {};
|
requiretools[] = {};
|
||||||
output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcaseEmpty",1}};
|
output[] = {{"ItemBriefcase100oz",1}};
|
||||||
input[] = {{"ItemBriefcase10oz",1}};
|
input[] = {{"ItemBriefcaseEmpty",1},{"ItemGoldBar10oz",10}};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user