diff options
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/nard.txt | 4 |
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; |