diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-08 00:42:46 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-08 00:42:46 -0200 |
commit | 119f2e579679410d81d7bce4869c266c5067c39a (patch) | |
tree | d020177adaac00d4f5c9a67cc4a8ad6e1337df94 /npc/002-1 | |
parent | dbae57213f3e949ef43ab1533f4616e6b6f9a9f6 (diff) | |
download | serverdata-119f2e579679410d81d7bce4869c266c5067c39a.tar.gz serverdata-119f2e579679410d81d7bce4869c266c5067c39a.tar.bz2 serverdata-119f2e579679410d81d7bce4869c266c5067c39a.tar.xz serverdata-119f2e579679410d81d7bce4869c266c5067c39a.zip |
Rename Julia to Juliet, and progress prologue. Less relevant changes to rules.
This commit does not causes a big divergence from Evol, apart some rules and the
new name for Julia. You do not need to confirm your language at Julia/Juliet anymore.
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/arpan.txt | 6 | ||||
-rw-r--r-- | npc/002-1/knife.txt | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index be8eb6e3b..f5a945e7d 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -133,7 +133,7 @@ L_OhWell: L_Story: mes ""; - mesq lg("You were yaying sleeping for quite some time there. Our shipkeeper, Julia, was here with you, and she did her best to heal your injuries."); + mesq lg("You were yaying sleeping for quite some time there. Our shipkeeper, Juliet, was here with you, and she did her best to heal your injuries."); next; if (.@q_julia == 0) setq ShipQuests_Julia, 1; mesq lg("Yaya, you should go see her! She'll be happy to see you."); @@ -151,7 +151,7 @@ L_Menu: menu rif(.@q_nard == 5 && getq(General_Narrator) < 1, l("What can I do now?")), L_GotoSleep, lg("Could you tell me where I am?"), L_Where, - lg("Where can I find Julia?"), L_Julia, + lg("Where can I find Juliet?"), L_Julia, l("Who are you?"), L_Who, rif(getq(ShipQuests_ArpanMoney) == 1, lg("Do you know what happened to the gold I had when you guys saved me?")), L_WhereMoney, rif(getq(ShipQuests_ArpanMoney) < 2, l("Where are my old clothes?")), L_WhereOldClothes, @@ -181,7 +181,7 @@ L_Julia: next; mesn "Narrator"; - mes col(l("Julia is on the upper level of the ship, use the arrow keys to walk to the stairs or click on the stairs at the top right of your screen."), 9); + mes col(l("Juliet is on the upper level of the ship, use the arrow keys to walk to the stairs or click on the stairs at the top right of your screen."), 9); next; goto L_Menu; diff --git a/npc/002-1/knife.txt b/npc/002-1/knife.txt index 1280d0bed..0754648ab 100644 --- a/npc/002-1/knife.txt +++ b/npc/002-1/knife.txt @@ -20,8 +20,8 @@ next; menu - l("Yeah !."), L_Give, - l("Na."), -; + l("Yeah!"), L_Give, + l("Nah."), -; closedialog; close; |