diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-28 19:06:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-28 19:06:09 -0300 |
commit | 02b9683d65b85a9b8b3e27bd2810bd81f5efd247 (patch) | |
tree | 5372d46a3e179d32dfb158148f97647088a35551 | |
parent | d1512ab7b56282f866f016312e1b3db06981739b (diff) | |
download | serverdata-02b9683d65b85a9b8b3e27bd2810bd81f5efd247.tar.gz serverdata-02b9683d65b85a9b8b3e27bd2810bd81f5efd247.tar.bz2 serverdata-02b9683d65b85a9b8b3e27bd2810bd81f5efd247.tar.xz serverdata-02b9683d65b85a9b8b3e27bd2810bd81f5efd247.zip |
If tutorial tooltips are enabled, you'll make dull notes about Cindy scream.
-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 |