diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/liana.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt index ad4e353e3..e6f70c492 100644 --- a/npc/005-1/liana.txt +++ b/npc/005-1/liana.txt @@ -33,8 +33,7 @@ L_Slime: mesq l("I collect them."); next; if (.@q == 0) goto L_Quest; - if (.@q == 1 && gettimetick(2) >= LIANA_TIMER + 60 * 60 * 6) setq CandorQuest_Liana, 2; - if (.@q == 2) goto L_Repeat; + if (gettimetick(2) >= LIANA_TIMER + 60 * 60 * 6) goto L_Repeat; close; L_Quest: |