diff options
Diffstat (limited to 'npc/009-2/ryan.txt')
-rw-r--r-- | npc/009-2/ryan.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index 50bb8c6d6..ca2664c9d 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -44,26 +44,26 @@ next; mesn; mesq l("Ah, you really deserve this @@. Good job!", getitemlink(ChefHat)); - } + } if (.@q >= 21) { Zeny=Zeny+rand(1,.@a); getexp rand(1,.@q), rand(1, .@q); - } + } if (.@q >= 51) { Zeny=Zeny+rand(.@q,.@a); getexp rand(1,.@a), rand(1, .@q); - } + } if (.@q >= 91) { Zeny=Zeny+rand(.@a, .@a+.@q); getexp rand(.@q,.@a), rand(1, .@q); - } + } if (.@q == 100) { setq1 HalinarzoQuest_LifeDelight, 3; getitem PlatinumIngot, 1; next; mesn; mesq l("Ah, I have enough @@ for a life! Take this EXTREMELY RARE @@. Good job!", getitemlink(TonoriDelight), getitemlink(PlatinumIngot)); - } + } close; |