diff options
-rw-r--r-- | npc/000-0/sailors.txt | 3 | ||||
-rw-r--r-- | npc/000-2-0/julia.txt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index af155e52..c021b2dd 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -49,8 +49,9 @@ OnTouch: "I höre euch..." + " (Deutsch)", -, "Ik hoor je..." + " (Nederlands)", -, "Ti sento..." + " (Italiano)", -; + "Eu te ouço..." + " (Português)", -; set @lang, @menu-1; - if (@lang < 0 || @lang > 7) close; + if (@lang < 0 || @lang > 8) close; setlang @lang; mesn; diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index d7dbe2c2..b1fc0841 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -50,10 +50,11 @@ l("I speak German") + " (Deutsch)", -, l("I speak Dutch") + " (Nederlands)", -, l("I speak Italian") + " (Italiano)", -, + l("I speak Portuguese") + " (Português)", -, @s$, l_NoChanges; set @lang, @menu-1; - if (@lang < 0 || @lang > 7) close; + if (@lang < 0 || @lang > 8) close; setlang @lang; mesn; mesq l("Ok, Done. I'm sure that you've got some questions for me, feel free to ask them!"); |