diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-03-04 22:29:23 +0000 |
---|---|---|
committer | NetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org> | 2023-03-04 22:29:23 +0000 |
commit | 97e68ab3e2b17e3e4301ffc9a8af24395f608cff (patch) | |
tree | 7a354f2ff0febfb153dea355c91ae2bf8af04295 /npc | |
parent | 29f27b67d65e7e32c87cf44bc28f04dfc4061c28 (diff) | |
download | serverdata-97e68ab3e2b17e3e4301ffc9a8af24395f608cff.tar.gz serverdata-97e68ab3e2b17e3e4301ffc9a8af24395f608cff.tar.bz2 serverdata-97e68ab3e2b17e3e4301ffc9a8af24395f608cff.tar.xz serverdata-97e68ab3e2b17e3e4301ffc9a8af24395f608cff.zip |
Applied 1 suggestions from the MR body.treasurechests
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/treasure.txt | 2 |
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); |