diff options
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 636457a1..bf7832bf 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -52,9 +52,10 @@ OnTouch: "Eu te ouço..." + " (Português)", -, "I höre euch..." + " (Deutsch)", -, "'k hoar ui wel..." + " (Vloams)", -, - "Słyszę cię..." + " (Polish)", -; + "Słyszę cię..." + " (Polish)", -, + "Ik kan je horen..." + " (Nederlands)", -; set @lang, @menu-1; - if (@lang < 0 || @lang > 7) close; + if (@lang < 0 || @lang > 8) close; setlang @lang; mesn; |