From 97e68ab3e2b17e3e4301ffc9a8af24395f608cff Mon Sep 17 00:00:00 2001 From: Jesusalva Jesusalva Date: Sat, 4 Mar 2023 22:29:23 +0000 Subject: Applied 1 suggestions from the MR body. --- npc/functions/treasure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index cdafc960f..bf1c87d6d 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -61,7 +61,7 @@ function script TreasureBox { else if (.@loot == Lockpicks) .@count=rand2(3, 6); else if (.@loot == DeathPotion) - .@count=rand(2, 5); + .@count=rand2(1, 3); // rare } else if (.@r < 1600 || .@t == 0) { .@money=rand(100, 300); -- cgit v1.2.3-60-g2f50