summaryrefslogtreecommitdiff
path: root/npc/023-3-1/logic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/023-3-1/logic.txt')
-rw-r--r--npc/023-3-1/logic.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt
index 6715b8ca4..205598828 100644
--- a/npc/023-3-1/logic.txt
+++ b/npc/023-3-1/logic.txt
@@ -255,6 +255,10 @@ OnW01:
unittalk(@ISBAMUTH, l("Be cursed, you fool!"));
sc_start(SC_CURSE, 3000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK);
+ // Maybe you're stupidly ignoring what we just said?
+ if (TUTORIAL)
+ dispbottom col(l("REMINDER: You do not need to kill anything, you need to ##BSURVIVE##b!"), 3);
+
addtimer(45000, .@n$+"::OnW01");
end;