From 310883fccefbe156ad86dfe3adc9a5890aa52c00 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Jun 2018 21:37:21 -0300 Subject: My crops! --- npc/004-1/anwar.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-60-g2f50