From 02b9683d65b85a9b8b3e27bd2810bd81f5efd247 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 28 Mar 2020 19:06:09 -0300 Subject: If tutorial tooltips are enabled, you'll make dull notes about Cindy scream. --- npc/021-4/main.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc') 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 -- cgit v1.2.3-60-g2f50