diff options
-rw-r--r-- | npc/021-4/main.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 3b659c3e8..5c15a1bb8 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -126,6 +126,8 @@ OnInit: dispbottom l("Cindy is too scared to leave; Better we kill the Yetis and their friends!"); } else { npctalk3 l("Please get me out of here!"); + if (TUTORIAL) + dispbottom l("I believe these switches control the cage's lock."); } end; |