summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2023-03-04 22:29:23 +0000
committerNetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org>2023-03-04 22:29:23 +0000
commit97e68ab3e2b17e3e4301ffc9a8af24395f608cff (patch)
tree7a354f2ff0febfb153dea355c91ae2bf8af04295
parent29f27b67d65e7e32c87cf44bc28f04dfc4061c28 (diff)
downloadserverdata-treasurechests.tar.gz
serverdata-treasurechests.tar.bz2
serverdata-treasurechests.tar.xz
serverdata-treasurechests.zip
Applied 1 suggestions from the MR body.treasurechests
-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);