From 4fcbee767848cb0a4b34db504fa0cb30d55dc78d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 3 Sep 2019 14:07:53 -0300 Subject: Use readparam2() instead of readparam() in several places --- npc/items/rand_sc_heal.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/items/rand_sc_heal.txt') diff --git a/npc/items/rand_sc_heal.txt b/npc/items/rand_sc_heal.txt index c14f33a97..b8a797585 100644 --- a/npc/items/rand_sc_heal.txt +++ b/npc/items/rand_sc_heal.txt @@ -77,8 +77,8 @@ OnUse: // Vitality raises the minimum healing value in 1%, capped at maximum vlaue // It also raises @max up to double - @max = min(@max*2, @min+(readparam(bVit)/50)); - @min = min(@max, @min+(readparam(bVit)/30)); + @max = min(@max*2, @min+(readparam2(bVit)/50)); + @min = min(@max, @min+(readparam2(bVit)/30)); // Make these abstract % in absolute values @min=max(1, MaxHp*@min/100); -- cgit v1.2.3-70-g09d2