From 26beec864f710dc68df8653ac24afdd398b1fcff Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 4 Apr 2021 16:59:28 -0300 Subject: Change the notes on Nard's Ship to emphatize news over rules --- npc/002-3/note.txt | 8 ++++---- 1 file 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."); -- cgit v1.2.3-60-g2f50