diff --git a/code/modules/mining/ores_coins.dm b/code/modules/mining/ores_coins.dm index 59ab03a38c5..ad1900a8e1a 100644 --- a/code/modules/mining/ores_coins.dm +++ b/code/modules/mining/ores_coins.dm @@ -350,7 +350,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\ name = "gold coin" cmineral = "gold" icon_state = "coin_gold_heads" - value = 50 + value = 25 materials = list(MAT_GOLD = MINERAL_MATERIAL_AMOUNT*0.2) grind_results = list("gold" = 4) @@ -358,7 +358,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\ name = "silver coin" cmineral = "silver" icon_state = "coin_silver_heads" - value = 20 + value = 10 materials = list(MAT_SILVER = MINERAL_MATERIAL_AMOUNT*0.2) grind_results = list("silver" = 4) @@ -366,7 +366,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\ name = "diamond coin" cmineral = "diamond" icon_state = "coin_diamond_heads" - value = 500 + value = 100 materials = list(MAT_DIAMOND = MINERAL_MATERIAL_AMOUNT*0.2) grind_results = list("carbon" = 4) @@ -382,7 +382,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\ name = "plasma coin" cmineral = "plasma" icon_state = "coin_plasma_heads" - value = 100 + value = 40 materials = list(MAT_PLASMA = MINERAL_MATERIAL_AMOUNT*0.2) grind_results = list("plasma" = 4) @@ -390,7 +390,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\ name = "uranium coin" cmineral = "uranium" icon_state = "coin_uranium_heads" - value = 80 + value = 25 materials = list(MAT_URANIUM = MINERAL_MATERIAL_AMOUNT*0.2) grind_results = list("uranium" = 4) @@ -398,7 +398,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\ name = "bananium coin" cmineral = "bananium" icon_state = "coin_bananium_heads" - value = 1000 //makes the clown cry + value = 200 //makes the clown cry materials = list(MAT_BANANIUM = MINERAL_MATERIAL_AMOUNT*0.2) grind_results = list("banana" = 4) @@ -406,13 +406,13 @@ GLOBAL_LIST_INIT(sand_recipes, list(\ name = "adamantine coin" cmineral = "adamantine" icon_state = "coin_adamantine_heads" - value = 1500 + value = 100 /obj/item/coin/mythril name = "mythril coin" cmineral = "mythril" icon_state = "coin_mythril_heads" - value = 3000 + value = 300 /obj/item/coin/twoheaded cmineral = "iron"