mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
remove copper
This commit is contained in:
@@ -168,18 +168,6 @@ if(_total_parts_out >= 1) then {
|
|||||||
_third_highest_conv = 10000;
|
_third_highest_conv = 10000;
|
||||||
|
|
||||||
switch(true)do{
|
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;
|
|
||||||
};
|
|
||||||
case (_part_out == "ItemSilverBar"): {
|
case (_part_out == "ItemSilverBar"): {
|
||||||
_next_highest_bar = "ItemSilverBar10oz";
|
_next_highest_bar = "ItemSilverBar10oz";
|
||||||
_third_highest_bar = "ItemGoldBar";
|
_third_highest_bar = "ItemGoldBar";
|
||||||
|
|||||||
Reference in New Issue
Block a user