diff options
Diffstat (limited to 'npc/015-8-1/puzzle.txt')
-rw-r--r-- | npc/015-8-1/puzzle.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-8-1/puzzle.txt b/npc/015-8-1/puzzle.txt index 4824afee5..2cd158e10 100644 --- a/npc/015-8-1/puzzle.txt +++ b/npc/015-8-1/puzzle.txt @@ -19,7 +19,7 @@ OnTouch: end; } if (.@q == 5) { - npctalkonce l("You are NOT allowed to leave here!"); + dispbottom l("You are NOT allowed to leave here!"); } else { warp "015-8", 94, 21; } |