diff options
-rw-r--r-- | npc/009-2/ryan.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index bd8a65667..240154d63 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -11,8 +11,10 @@ .@q=getq2(HalinarzoQuest_LifeDelight); if (.@q < 25) .@a=(.@q**2)+18; - else + else if (.@q < 50) .@a=625+18*(.@q-24); + else + .@a=1092+(.@q*(.@q < 75 ? 2 : 3)); if (.@q > 100) goto L_Complete; mesn; |