summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-05 10:12:49 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-05 10:12:49 -0300
commitf683ad2850eb68a8f48a2d68d5509dec0ca7b558 (patch)
treebd9434fd8eded1cb880bc043b600738c4797eebf
parent1fbf7fd38c705da4b73221f5b46c499fc7e1983d (diff)
downloadserverdata-f683ad2850eb68a8f48a2d68d5509dec0ca7b558.tar.gz
serverdata-f683ad2850eb68a8f48a2d68d5509dec0ca7b558.tar.bz2
serverdata-f683ad2850eb68a8f48a2d68d5509dec0ca7b558.tar.xz
serverdata-f683ad2850eb68a8f48a2d68d5509dec0ca7b558.zip
Remove useless code from Juliet
-rw-r--r--npc/002-1/juliet.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/npc/002-1/juliet.txt b/npc/002-1/juliet.txt
index d51254c36..4b8029565 100644
--- a/npc/002-1/juliet.txt
+++ b/npc/002-1/juliet.txt
@@ -53,34 +53,7 @@
mes "";
mesn;
mesq l("Ok, done.");
-
- if (getq(ShipQuests_Julia) == 2) {
- next;
- return;
- }
-
- next;
- mesq l("I'm sure that you've got some questions for me, feel free to ask them, but first I need to tell you the rules of proper social conduct on board.");
-
- mesq l("Here they are.");
next;
-
- narrator S_LAST_NEXT,
- l("There is a paper with some rules written on it.");
-
- GameRules 8 | 4;
-
- mesn;
- mesq l("Oh, and I almost forgot! Do not give the password of your room to anybody! I am the only one who has the other key and I won't ask for yours so keep it secret and try not to use the same password for any other room in the future.");
- next;
- mesq l("If you want to read this page again, there is a copy up on the left wall.");
- next;
- mesq l("You can also read The Book of Laws at any time to see the rules.");
- next;
- mesq l("I think I'm done with that now. Do you have any questions?");
- next;
-
- setq ShipQuests_Julia, 2;
return;
}