Добавил выбор направления и другие мелкие фиксы

This commit is contained in:
2025-02-06 07:14:44 +03:00
parent 270de696f7
commit 2e5fb3972e
19 changed files with 205 additions and 88 deletions

View File

@@ -7,7 +7,7 @@
{
{ "Анкета", "/questionnaire" },
{ "Заявление", "/statement" },
{ "Отправка", "/otchislenie/result" },
{ "Отправка", "/result" },
{ "Свобода", "/otchislenie/congratulation" }
};
@@ -23,7 +23,7 @@
case "statement":
_lvl = 2;
break;
case "otchislenie/result":
case "result":
_lvl = 3;
break;
case "otchislenie/congratulation":