diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-08 19:33:15 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-08 19:33:15 +0200 |
commit | cba4de9a5f7b9de412b9f458c80904cee9764a85 (patch) | |
tree | 94a402b645140a7bb9fbfa467a73cfb30d880a56 /world/map/npc/042-1/hasan.txt | |
parent | 9b55c082ae28bf4fb14b074ad62bb2b4449977a8 (diff) | |
download | serverdata-cba4de9a5f7b9de412b9f458c80904cee9764a85.tar.gz serverdata-cba4de9a5f7b9de412b9f458c80904cee9764a85.tar.bz2 serverdata-cba4de9a5f7b9de412b9f458c80904cee9764a85.tar.xz serverdata-cba4de9a5f7b9de412b9f458c80904cee9764a85.zip |
Tutorial: small fixes and adjustments
Tanisha: goto L_CleanUp whenever no players are in the area anymore
and have one maggot in the area permanently
Hasan: small typing error fixed
Diffstat (limited to 'world/map/npc/042-1/hasan.txt')
-rw-r--r-- | world/map/npc/042-1/hasan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/042-1/hasan.txt b/world/map/npc/042-1/hasan.txt index 8cdc690d..0393e697 100644 --- a/world/map/npc/042-1/hasan.txt +++ b/world/map/npc/042-1/hasan.txt @@ -239,7 +239,7 @@ OnTouch: warp "042-1.gat", 115, 76; // implicitly, $@ScorpionFighter is nonzero if ($@ScorpionFighter == getcharid(3)) - message strcharinfo(0), "Hasan: \" " + strcharinfo(0) + "! Please help me!\""; + message strcharinfo(0), "Hasan: \"" + strcharinfo(0) + "! Please help me!\""; if ($@ScorpionFighter && $@ScorpionFighter != getcharid(3)) // is this reachable? message strcharinfo(0), "Hasan: \"Hey! Stop right there!\""; |