From e16deb169c9510c19f6602181dd31ae24cbde140 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 3 Aug 2019 14:29:57 -0300 Subject: Vit and Level won't affect fixed-HP healing items anymore (sanitization) --- npc/items/legacy_heal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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 -- cgit v1.2.3-60-g2f50