From 1309758166d6123b2a2238d6e2715ca76ad2c367 Mon Sep 17 00:00:00 2001 From: Zac Surplice Date: Mon, 23 Dec 2013 17:43:47 +1100 Subject: [PATCH] remove copper --- SQF/dayz_code/actions/trade_items.sqf | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/SQF/dayz_code/actions/trade_items.sqf b/SQF/dayz_code/actions/trade_items.sqf index dadb13b30..215a6c56c 100644 --- a/SQF/dayz_code/actions/trade_items.sqf +++ b/SQF/dayz_code/actions/trade_items.sqf @@ -167,19 +167,7 @@ if(_total_parts_out >= 1) then { _next_highest_conv = 10000; _third_highest_conv = 10000; - switch(true)do{ - case (_part_out == "ItemCopperBar"): { - _next_highest_bar = "ItemCopperBar10oz"; - _third_highest_bar = "ItemSilverBar"; - _next_highest_conv = 10; - _third_highest_conv = 3; - }; - case (_part_out == "ItemCopperBar10oz"): { - _next_highest_bar = "ItemSilverBar"; - _third_highest_bar = "ItemSilverBar10oz"; - _next_highest_conv = 3; - _third_highest_conv = 10; - }; + switch(true)do{ case (_part_out == "ItemSilverBar"): { _next_highest_bar = "ItemSilverBar10oz"; _third_highest_bar = "ItemGoldBar";