diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/004-1/anwar.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt index 857226f85..4abdc7369 100644 --- a/npc/004-1/anwar.txt +++ b/npc/004-1/anwar.txt @@ -18,7 +18,8 @@ if (.@q == 10) goto L_SecondReward; if (.@q == 9) goto L_FirstReward; if (.@q == 8) goto L_SecondTry; - if (.@q >= 6) goto L_FirstTry; + if (.@q == 7) goto L_AnwarField; + if (.@q == 6) goto L_FirstTry; if (.@q == 5) goto L_TryIt; if (.@q >= 1) goto L_FirstTry; @@ -36,6 +37,11 @@ L_Complete: mesq l("Dealing with elves is too bothersome to me."); close; +L_AnwarField: + mesn; + mesq l("My crops! Hurry up, and talk to Eomie!!"); + close; + L_Sure: mes ""; mesn; |