diff options
Diffstat (limited to 'npc/000-2-0')
-rw-r--r-- | npc/000-2-0/julia.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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!"); |