From 09499a38cffad29d5c82a04600ca820d544e55e8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Jul 2019 01:41:07 -0300 Subject: Small Knife can now be melt (same ratio as Rusty Knife) --- npc/020-5/bracco.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/020-5') diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 4ebf7b35a..0389b26c4 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -147,6 +147,7 @@ L_Meltdown: // Returns 50~70% of invested ingots, rounded down. Never returns Coal. switch (.@id) { case RustyKnife: + case SmallKnife: Meltdown(.@it, 15, IronOre, any(0, 0, 0, 0, 1)); // Exception break; case Knife: -- cgit v1.2.3-60-g2f50