diff options
Diffstat (limited to 'npc/042-4')
-rw-r--r-- | npc/042-4/ctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-4/ctrl.txt b/npc/042-4/ctrl.txt index 4bea94407..a70deb9d3 100644 --- a/npc/042-4/ctrl.txt +++ b/npc/042-4/ctrl.txt @@ -12,7 +12,7 @@ // awesome system. Same rules as any treasure box still applies. 042-4,94,47,0 script #chest_0424 NPC_CHEST,{ function monster0424; - TreasureBox(); + TreasureBox(60); // 0.60% better chance specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing close; |