diff options
-rw-r--r-- | npc/014-2/carla.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-2/carla.txt b/npc/014-2/carla.txt index ae1a73890..eee25d666 100644 --- a/npc/014-2/carla.txt +++ b/npc/014-2/carla.txt @@ -191,7 +191,7 @@ OnTouch: if (.@q >= 3) warp "014-2-1", 33, 44; else - npctalk3 l("The door is locked, you should speak to Carla about it."); + dispbottom l("The door is locked, you should speak to Carla about it."); end; } |