diff options
Diffstat (limited to 'npc/021-4')
-rw-r--r-- | npc/021-4/main.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 03ba6f79d..3b659c3e8 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -120,10 +120,13 @@ OnInit: end; } - if (.canfinish) + if (.canfinish) { npctalk l("*scream*"); - else + if (TUTORIAL) + 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!"); + } end; // Start |