diff options
-rw-r--r-- | npc/020-5/bracco.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |