summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/legacy_heal.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/legacy_heal.txt b/npc/items/legacy_heal.txt
index c2e1693a9..57a3da2d8 100644
--- a/npc/items/legacy_heal.txt
+++ b/npc/items/legacy_heal.txt
@@ -27,7 +27,7 @@ OnUse:
.@skill = SC_S_LIFEPOTION;
// minimum between @min and bVit / 2 * BaseLevel / 10
- @min = min(@max, readparam(bVit) * BaseLevel / 20);
+ //@min = min(@max, readparam(bVit) * BaseLevel / 20);
@val1 = rand2(@min, @max);
@delay *= 1000; // Put the delay in ms