From e37c8f85c7e7c96e14146958f28d09f207e020f1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 27 Jul 2019 18:44:17 -0300 Subject: * You need only 3 Silver Ore (it was 7 coal). So it'll result in 2~5 Silver Ore. --- npc/020-5/bracco.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/020-5') diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 8510c5974..3a3c33b3c 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -152,7 +152,7 @@ L_Meltdown: // Returns 50~70% of invested ingots, rounded down. Never returns Coal. switch (.@id) { case SilverMirror: - Meltdown(.@it, 500, SilverOre, rand2(5, 10)); // Exception + Meltdown(.@it, 500, SilverOre, rand2(2, 5)); // Exception break; case RustyKnife: Meltdown(.@it, 15, IronOre, any(0, 0, 0, 1, 1)); // Exception -- cgit v1.2.3-60-g2f50