summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/asklanguage.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/asklanguage.txt b/npc/functions/asklanguage.txt
index 32e0f7bc3..03e057e2c 100644
--- a/npc/functions/asklanguage.txt
+++ b/npc/functions/asklanguage.txt
@@ -15,6 +15,8 @@ function script languagecode {
return "de";
case LANG_ES:
return "es";
+ case LANG_RU:
+ return "ru";
default:
return "en";
}