summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/treasure.txt2
1 files changed, 1 insertions, 1 deletions
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);