diff options
Diffstat (limited to 'npc/015-3-3')
-rw-r--r-- | npc/015-3-3/boss.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-3-3/boss.txt b/npc/015-3-3/boss.txt index 09e4459e8..d71975eda 100644 --- a/npc/015-3-3/boss.txt +++ b/npc/015-3-3/boss.txt @@ -18,7 +18,7 @@ getexp 1000, 320; compareandsetq HurnscaldQuest_PirateCave, 7, 8; } else { - TreasureBox(100); // 1% extra chance + TreasureBox(50); // 0.50% extra chance } specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing close; |