Skip to content

Commit

Permalink
Fix: Tajaran Random name generator
Browse files Browse the repository at this point in the history
После 20ти генераций генератор имен ломался. Исправлено.
  • Loading branch information
ReloadKey committed Dec 14, 2023
1 parent fe838e6 commit 73c3bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/language.dm
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@

/datum/language/tajaran/get_random_name(gender) //code by @valtor0
var/static/list/tajaran_female_endings_list = list("и","а","о","е","й","ь") // Customise this with ru_name_syllables changes.
var/static/list/ru_name_syllables = list("кан","тай","кир","раи","кии","мир","кра","тэк","нал","вар","хар","марр","ран","дарр", \
var/list/ru_name_syllables = list("кан","тай","кир","раи","кии","мир","кра","тэк","нал","вар","хар","марр","ран","дарр", \
"мирк","ири","дин","манг","рик","зар","раз","кель","шера","тар","кей","ар","но","маи","зир","кер","нир","ра",\
"ми","рир","сей","эка","гир","ари","нэй","нре","ак","таир","эрай","жин","мра","зур","рин","сар","кин","рид","эра","ри","эна")
var/apostrophe = ""
Expand Down

0 comments on commit 73c3bc6

Please sign in to comment.