summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-12-27 20:09:33 -0300
committerJesusaves <cpntb1@ymail.com>2023-12-27 20:09:33 -0300
commitd8b060c1706288532543ca47d8e7febad0983475 (patch)
tree802a0c6d1083503ee72bf7bbde90b16c4f4e8bc4
parenta3c76b991687fc500424c651200e88b636d1ea71 (diff)
downloadserverdata-d8b060c1706288532543ca47d8e7febad0983475.tar.gz
serverdata-d8b060c1706288532543ca47d8e7febad0983475.tar.bz2
serverdata-d8b060c1706288532543ca47d8e7febad0983475.tar.xz
serverdata-d8b060c1706288532543ca47d8e7febad0983475.zip
Fix major typo in upcoming code
-rw-r--r--npc/024-1/john.txt4
1 files 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;
}