Skip to content

Commit

Permalink
declent
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Feb 5, 2025
1 parent a910b51 commit cbd5364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/translations/code/ru_names/ru_name_base.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GLOBAL_LIST_EMPTY(ru_names)
* Процедура выбора правильного падежа для любого предмета, если у него указан словарь «ru_names», примерно такой:
* RU_NAMES_LIST_INIT("jaws of life", "челюсти жизни", "челюстей жизни", "челюстям жизни", "челюсти жизни", "челюстями жизни", "челюстях жизни")
*/
/datum/proc/declent_ru(declent)
/datum/proc/declent_ru(declent = NOMINATIVE)
CRASH("Unimplemented proc/declent_ru() was used")

/proc/get_declented_value(list/declented_list, declent, backup_value)
Expand Down

0 comments on commit cbd5364

Please sign in to comment.