diff options
Diffstat (limited to 'npc/020-5')
-rw-r--r-- | npc/020-5/bracco.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 52e9ad63e..8510c5974 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -151,6 +151,9 @@ L_Meltdown: mes ""; // Returns 50~70% of invested ingots, rounded down. Never returns Coal. switch (.@id) { + case SilverMirror: + Meltdown(.@it, 500, SilverOre, rand2(5, 10)); // Exception + break; case RustyKnife: Meltdown(.@it, 15, IronOre, any(0, 0, 0, 1, 1)); // Exception break; |