From d8b060c1706288532543ca47d8e7febad0983475 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 27 Dec 2023 20:09:33 -0300 Subject: Fix major typo in upcoming code --- npc/024-1/john.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/024-1/john.txt b/npc/024-1/john.txt index fc61aaad2..2404f27b5 100644 --- a/npc/024-1/john.txt +++ b/npc/024-1/john.txt @@ -322,11 +322,11 @@ // Ryan is willing; however, we eliminate ALL THE SURPLUS // Then we advance Ryan stage WITHOUT ANY REWARD. - if (.@surplus >= .@ryan) { + if (.@surplus >= .@a) { setq2 FrostiaQuest_JhonH, 500; setq2 HalinarzoQuest_LifeDelight, .@ryan+1; mesn; - mesq l("Oooh, thanks, thanks! I'll let my brother Ryan know how cool you are, he lives in Halinarzo and is addicted in %s!", getitemlink(TonoriDelight)); + mesq l("Oooh, thanks, thanks! I'll let my brother Ryan know how cool you are, he lives in Halinarzo and is a %s addict!", getitemlink(TonoriDelight)); } break; } -- cgit v1.2.3-70-g09d2