diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-28 19:06:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-28 19:06:52 -0300 |
commit | 6ce20f147e32f90f54fbc239270023a07fb45caa (patch) | |
tree | 5f9d1c069380d791705219b0504cea07f6667d4a | |
parent | 02b9683d65b85a9b8b3e27bd2810bd81f5efd247 (diff) | |
download | serverdata-6ce20f147e32f90f54fbc239270023a07fb45caa.tar.gz serverdata-6ce20f147e32f90f54fbc239270023a07fb45caa.tar.bz2 serverdata-6ce20f147e32f90f54fbc239270023a07fb45caa.tar.xz serverdata-6ce20f147e32f90f54fbc239270023a07fb45caa.zip |
Make a dull note about switches while they're relevant.
Also relies on tooltips enabled.
-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; |