diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-12 16:31:00 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-12 16:31:00 +0200 |
commit | 13d0566600ddec66e1c175aa534f0c3325cbdfc4 (patch) | |
tree | 8686b49616f6c7005ce27a149b88dea072acbd9b /npc/042-2/sorfina.txt | |
parent | aecd1989767b9cc837591509d3d0b92f74a07627 (diff) | |
download | serverdata-13d0566600ddec66e1c175aa534f0c3325cbdfc4.tar.gz serverdata-13d0566600ddec66e1c175aa534f0c3325cbdfc4.tar.bz2 serverdata-13d0566600ddec66e1c175aa534f0c3325cbdfc4.tar.xz serverdata-13d0566600ddec66e1c175aa534f0c3325cbdfc4.zip |
some fixes to make easier to understand
Diffstat (limited to 'npc/042-2/sorfina.txt')
-rw-r--r-- | npc/042-2/sorfina.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt index 6d192af1..ea332a91 100644 --- a/npc/042-2/sorfina.txt +++ b/npc/042-2/sorfina.txt @@ -43,10 +43,10 @@ L_Tut: next; L_Carpet: if ((getx(0) > 31) && (getx(0) < 35) && (gety(0) > 25) && (gety(0) < 29)) goto L_Shirt; - mes "\"Try to do some steps and walk to that carpet over there."; + mes "\"Try to do some steps and walk to that red carpet over there."; mes "Just use the arrow keys or click at the place you want to go to.\""; next; - mes "\"Talk to me again when you're on the carpet. You can either click on me, or press N to focus on me and T to talk.\""; + mes "\"Talk to me again when you're on the red carpet. You can either click on me, or press N to focus on me and T to talk.\""; set sorfina, 1; close; @@ -54,7 +54,7 @@ L_Shirt: mes "\"Very good! I'm glad you're recovering."; mes "Now you should get dressed again. I gave you an old shirt from my son.\""; next; - mes "\"You can open your inventory with pressing F3 or clicking at the button 'Equipment' in the bar at the upper right corner.\""; + mes "\"You can open your inventory with pressing F3 or clicking at the button 'Inventory' in the bar at the upper right corner.\""; next; mes "\"After we finished talking click on the shirt and press the equip button.\""; set sorfina, 2; |