summaryrefslogtreecommitdiff
path: root/npc/002-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-02-16 14:40:41 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-16 14:40:41 -0300
commit5802c80f9269eeb97ba9fc43ddec905c6a39c06a (patch)
tree40fd5a66e2aac5301d55da5cb9d0adc5ff3df90f /npc/002-3
parenta6fa975d88deed53a6ed38cab928b8fc03439cff (diff)
downloadserverdata-5802c80f9269eeb97ba9fc43ddec905c6a39c06a.tar.gz
serverdata-5802c80f9269eeb97ba9fc43ddec905c6a39c06a.tar.bz2
serverdata-5802c80f9269eeb97ba9fc43ddec905c6a39c06a.tar.xz
serverdata-5802c80f9269eeb97ba9fc43ddec905c6a39c06a.zip
Missing code from previous commit (and optimization)
Diffstat (limited to 'npc/002-3')
-rw-r--r--npc/002-3/nard.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt
index 37ef38e94..457af21f3 100644
--- a/npc/002-3/nard.txt
+++ b/npc/002-3/nard.txt
@@ -16,7 +16,7 @@
L_Checker:
if (.@narrator) goto L_Travel;
if (getq(ShipQuests_Julia) >= 3) goto L_NotYet;
- if (debug) goto L_TestServer;
+ if (debug || $HARDCORE || $NO_INTRO) goto L_TestServer;
// Introduction
mesn;
mesq l("Hello.");
@@ -391,6 +391,8 @@ L_TestServer:
mesc l("THIS IS MOUBOOTAUR LEGENDS TEST SERVER."), 1;
else if ($HARDCORE)
mesc l("THIS IS MOUBOOTAUR LEGENDS HARDCORE SERVER."), 1;
+ else
+ mesc l("THIS IS MOUBOOTAUR LEGENDS SPECIAL SERVER."), 1;
mesc l("Progress on this server may be %s.", b(l("lost forever"))), 1;
mes "";
mesc l("Unless you know what you are doing, please go to Main Server instead."), 1;