diff options
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/legacy_heal.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/legacy_heal.txt b/npc/items/legacy_heal.txt index 62b501668..c2e1693a9 100644 --- a/npc/items/legacy_heal.txt +++ b/npc/items/legacy_heal.txt @@ -28,7 +28,7 @@ OnUse: // minimum between @min and bVit / 2 * BaseLevel / 10 @min = min(@max, readparam(bVit) * BaseLevel / 20); - @val1 = rand(@min, @max); + @val1 = rand2(@min, @max); @delay *= 1000; // Put the delay in ms |