summaryrefslogtreecommitdiff
path: root/npc/004-1/anwar.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/004-1/anwar.txt')
-rw-r--r--npc/004-1/anwar.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt
index eb6f1ed91..d89a8d166 100644
--- a/npc/004-1/anwar.txt
+++ b/npc/004-1/anwar.txt
@@ -14,6 +14,7 @@
if (.@q >= 11) goto L_GiveTinris;
if (.@q == 10) goto L_GiftMaterial;
*/
+ if (.@q == 8) goto L_SecondTry;
if (.@q >= 6) goto L_FirstTry;
if (.@q == 5) goto L_TryIt;
if (.@q >= 1) goto L_FirstTry;
@@ -69,6 +70,20 @@ L_TryIt:
close;
+L_SecondTry:
+ mesn strcharinfo(0);
+ mesq l("Here is the bug bomb! Eomie just gave me. Hurry up!");
+ next;
+ getexp 20, 0;
+ specialeffect(51);
+ setq TulimsharQuest_AnwarField, 9;
+ mesn;
+ mesq l("Thanks God... The crops are safe. Not only that, but the fertilizer works!");
+ next;
+ mesn;
+ mesq l("Ah, that was tiresome... I'll go make a reward for them, talk to me again later.");
+ close;
+
L_Weak:
hello;
end;