From edc18d8c8ec30b8a6de403601db095aa841001f3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Mar 2019 22:46:41 -0300 Subject: Fix a bug which haven't happened yet but when it happen it must be fixed :< --- npc/012-2/melina.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/012-2/melina.txt') diff --git a/npc/012-2/melina.txt b/npc/012-2/melina.txt index 639eb0be5..bdb40dbc4 100644 --- a/npc/012-2/melina.txt +++ b/npc/012-2/melina.txt @@ -54,7 +54,10 @@ OnInit: end; OnClock2358: - restoreshopitem Beer, 500-($HELENA_ST/2), ($HELENA_ST/3)+1; + if ($HELENA_ST < 700) + restoreshopitem Beer, 500-($HELENA_ST/2), ($HELENA_ST/3)+1; + else + restoreshopitem Beer, 150, ($HELENA_ST/3)+1; end; } -- cgit v1.2.3-70-g09d2