From 1ae642d89182776959fd0f3e104356e6aa284e93 Mon Sep 17 00:00:00 2001 From: gumi Date: Sun, 20 Jan 2019 13:09:36 -0500 Subject: expand the fluffy kill leaderboard --- world/map/npc/magic/level2-lay-on-hands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/magic/level2-lay-on-hands.txt') diff --git a/world/map/npc/magic/level2-lay-on-hands.txt b/world/map/npc/magic/level2-lay-on-hands.txt index de959c96..819f0ea2 100644 --- a/world/map/npc/magic/level2-lay-on-hands.txt +++ b/world/map/npc/magic/level2-lay-on-hands.txt @@ -43,7 +43,7 @@ L_Pay: set .@thp, get(Hp, @target_id); if (.@thp < 1) end; - set Hp, .@thp + @heal_value, @target_id; + set Hp, max(.@thp, .@thp + @heal_value), @target_id; end; L_Mouboo: -- cgit v1.2.3-60-g2f50