fixed incorrect remove gold option on empty case.

This commit is contained in:
[VB]AWOL
2013-07-23 15:58:41 -05:00
parent a8b27d7a2f
commit 9b09de9987

View File

@@ -128,12 +128,12 @@ class CfgMagazines {
};
class Crafting1
{
text = "Remove 1 10oz Gold";
text = "Add 10 10oz Gold";
script = "spawn player_craftItem1;";
neednearby[] = {};
requiretools[] = {};
output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcaseEmpty",1}};
input[] = {{"ItemBriefcase10oz",1}};
output[] = {{"ItemBriefcase100oz",1}};
input[] = {{"ItemBriefcaseEmpty",1},{"ItemGoldBar10oz",10}};
};
};
};