summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-04 16:59:28 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-04 16:59:28 -0300
commit26beec864f710dc68df8653ac24afdd398b1fcff (patch)
tree3b226e1223ea10c1207fed62eab0e2e1bf642346
parent8babda1a6f819b357507ad6d72785908e5cbea69 (diff)
downloadserverdata-26beec864f710dc68df8653ac24afdd398b1fcff.tar.gz
serverdata-26beec864f710dc68df8653ac24afdd398b1fcff.tar.bz2
serverdata-26beec864f710dc68df8653ac24afdd398b1fcff.tar.xz
serverdata-26beec864f710dc68df8653ac24afdd398b1fcff.zip
Change the notes on Nard's Ship to emphatize news over rules
-rw-r--r--npc/002-3/note.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/002-3/note.txt b/npc/002-3/note.txt
index 25dcc9b87..310b39d0f 100644
--- a/npc/002-3/note.txt
+++ b/npc/002-3/note.txt
@@ -15,17 +15,17 @@
do {
select
- l("Read the Rules."),
l("Read the News."),
+ l("Read the Rules."),
rif($EVENT$ != "", l("Event Information")),
l("Leave.");
switch (@menu) {
case 1:
- GameRules(8 | 4);
+ GameNews();
break;
case 2:
- GameNews();
+ GameRules(8 | 4);
break;
case 3:
EventHelp();
@@ -37,7 +37,7 @@
narrator S_NO_NPC_NAME,
l("Following these lines are some other writings on this paper."),
- l("Do not give the password of your room to anybody! Keep it secret and try not to use the same one in any other room in the future. - Juliet"),
+ l("Do not give your password to anybody! Keep it secret and try not to use the same one anywhere else in the future. - Juliet"),
l("I love you, Silvia! - Swezanne"),
l("Other things are written but are not legible anymore.");