From 91645380fc0f515101b5f36524b5b5f95510c40b Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Tue, 27 Jun 2023 20:55:19 +0200 Subject: Fix ihclot. Options level was always 0, resulting in minimum possible option bonuses (+1). --- npc/025-1/ihclot.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/025-1/ihclot.txt b/npc/025-1/ihclot.txt index cd093e2b1..10ebb0a44 100644 --- a/npc/025-1/ihclot.txt +++ b/npc/025-1/ihclot.txt @@ -86,13 +86,14 @@ mes ""; if (@menuret == 0) close; + .@level = @menuret; // Ask player to confirm if (!csys_Confirm(.@id)) close; // Perform payment - Zeny-=getPriceInt(.@price, @menuret); + Zeny-=getPriceInt(.@price, .@level); SMITH_TWEAKS+=1; // Apply the bonuses -- cgit v1.2.3-70-g09d2