diff options
Diffstat (limited to 'npc/020-5/bracco.txt')
-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 d74e4f68e..19b90d469 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -242,6 +242,9 @@ L_Meltdown: case BladeShield: Meltdown(.@it, 1500, IronIngot, rand2(7,9), TitaniumIngot, 1); break; + case BraknarShield: + Meltdown(.@it, 1500, CopperIngot, rand2(9,12), TinIngot, 1); + break; // Etc case GoldenRing: Meltdown(.@it, 1500, GoldPieces, rand2(2,3)); |