diff options
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!\""; |