summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/012-2/melina.txt5
1 files changed, 4 insertions, 1 deletions
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;
}