summaryrefslogtreecommitdiff
path: root/npc/001-7/homunculus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-7/homunculus.txt')
-rw-r--r--npc/001-7/homunculus.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt
index 8ab51ac02..5a34e0fdb 100644
--- a/npc/001-7/homunculus.txt
+++ b/npc/001-7/homunculus.txt
@@ -72,6 +72,8 @@ OnTouch:
if (.@q != 511)
Exception("Invalid quest state: "+.@q, RB_DEFAULT|RB_SPEECH|RB_ISFATAL);
mesc l("Are you sure you want to proceed? You CANNOT COME BACK!"), 1;
+ if (TUTORIAL)
+ mesc l("Reminder: Keep an eye out for traps.");
if (askyesno() == ASK_NO)
close;
}