diff options
Diffstat (limited to 'npc')
-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 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 |