summaryrefslogtreecommitdiff
path: root/npc/042-2/tanisha.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-06-04 23:11:45 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-06-04 23:11:45 +0200
commita03d6aa6043269d2d15d82c141f47c2c3a24e1f3 (patch)
tree36ff29579da0785ac667cc2826dc629abb6452d3 /npc/042-2/tanisha.txt
parent49dbf2f00509081627332edfea28db4984b60379 (diff)
downloadserverdata-a03d6aa6043269d2d15d82c141f47c2c3a24e1f3.tar.gz
serverdata-a03d6aa6043269d2d15d82c141f47c2c3a24e1f3.tar.bz2
serverdata-a03d6aa6043269d2d15d82c141f47c2c3a24e1f3.tar.xz
serverdata-a03d6aa6043269d2d15d82c141f47c2c3a24e1f3.zip
fixing some issues discovered while testing
Diffstat (limited to 'npc/042-2/tanisha.txt')
-rw-r--r--npc/042-2/tanisha.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/042-2/tanisha.txt b/npc/042-2/tanisha.txt
index 9ede30e3..649d780e 100644
--- a/npc/042-2/tanisha.txt
+++ b/npc/042-2/tanisha.txt
@@ -1,7 +1,7 @@
//TODO: remove knife from beginning items
042-2.gat,37,90,0 script Tanisha 114,{
- if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done;
+ if ((FLAGS & FLAG_TUTORIAL_DONE) || ($@TUT_MAGGOT)) goto L_Maggot_Fight;
if (tanisha == 3) goto L_Again;
if (tanisha == 2) goto L_Stats;
if (tanisha == 1) goto L_Maggots;
@@ -45,7 +45,7 @@ L_Maggots:
next;
mes "\"If you press Shift, you can abort your attack.\"";
next;
- mes "\"Maggots aren't aggressive, so they won't do you harm you until you attacked them first. Take them out one by one.\"";
+ mes "\"Maggots aren't aggressive, so they won't harm you until you attacked them first. Take them out one by one.\"";
next;
mes "\"Sometimes dead monsters leave some useful things. You can pick them up with pressing Z or clicking with your mouse.\"";
close2;
@@ -145,7 +145,7 @@ L_Hasan:
mes "[Tanisha]";
mes "\"Bah, Hasan. He's a jerk. But he's very strong.\"";
next;
- mes "\"The only thing he's afraid of are scropions.";
+ mes "\"The only thing he's afraid of are scorpions.";
mes "I'm not sure why, some bad experience when he was a child.";
mes "That was before I was born.\"";
if (hasan == 1)
@@ -157,7 +157,7 @@ L_Blocked:
mes "\"Oh, someone else is already in there. Let's wait a short while.\"";
close;
-L_Tut_Done:
+L_Maggot_Fight:
mes "[Tanisha]";
mes "\"This yucky maggots! They're eating our goods!\"";
close;