diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-20 15:35:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-20 15:35:43 -0300 |
commit | 0fed099bb375cdfb19802dd69a88575c6b4f5ab6 (patch) | |
tree | 0ac6a7328edd6a3d28f9a1fbf64986955f771660 /npc/018-1 | |
parent | 7fc5c0df16c91ab7b8ee5c785445bc9ee118247d (diff) | |
download | serverdata-0fed099bb375cdfb19802dd69a88575c6b4f5ab6.tar.gz serverdata-0fed099bb375cdfb19802dd69a88575c6b4f5ab6.tar.bz2 serverdata-0fed099bb375cdfb19802dd69a88575c6b4f5ab6.tar.xz serverdata-0fed099bb375cdfb19802dd69a88575c6b4f5ab6.zip |
Doing LoF Quests allow you up to 3 minutes discount on every warp time w/ Flask
Diffstat (limited to 'npc/018-1')
-rw-r--r-- | npc/018-1/george.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-1/george.txt b/npc/018-1/george.txt index 6223b2b93..004d6a3dd 100644 --- a/npc/018-1/george.txt +++ b/npc/018-1/george.txt @@ -46,8 +46,8 @@ L_Main: l("What is this island?"), L_Explain, rif(.@q == 1, l("Actually, I heard from Roger that you may need some help.")), L_RequestOne, rif(.@q == 2, l("About the items you asked me to collect...")), L_ProgressOne, - rif(.@q == 3, l("Do you need any more help?")), L_RequestTwo, - rif(.@q == 4, l("About the items you asked me to collect...")), L_ProgressTwo, + rif(.@q == 3 && 0, l("Do you need any more help?")), L_RequestTwo, + rif(.@q == 4 && 0, l("About the items you asked me to collect...")), L_ProgressTwo, l("Nothing I guess"), L_Close; // Context menu |