Skip to content

Commit

Permalink
Translate Blurbs
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Jun 3, 2024
1 parent c9f17f0 commit f6d32d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/antagonists/changeling/datum_changeling.dm
Original file line number Diff line number Diff line change
Expand Up @@ -443,4 +443,4 @@ RESTRICT_TYPE(/datum/antagonist/changeling)
to_chat(L, "<span class='notice'>While our current form may be lifeless, this is not the end for us as we can still regenerate!</span>")

/datum/antagonist/changeling/custom_blurb()
return "We awaken on the [station_name()], [get_area_name(owner.current, TRUE)]...\nWe have our tasks to attend to..."
return "Мы пробуждаемся на [station_name()], [get_area_name(owner.current, TRUE)]...\nИ у нас есть задача, которую нужно выполнить..."
2 changes: 1 addition & 1 deletion code/modules/antagonists/vampire/vamp_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,4 @@ RESTRICT_TYPE(/datum/antagonist/vampire)


/datum/antagonist/vampire/custom_blurb()
return "On the date [GLOB.current_date_string], at [station_time_timestamp()],\n in the [station_name()], [get_area_name(owner.current, TRUE)]...\nThe hunt begins again..."
return "Этим днём, [GLOB.current_date_string], в [station_time_timestamp()],\n на [station_name()], [get_area_name(owner.current, TRUE)]...\nОхота начинается снова..."

0 comments on commit f6d32d4

Please sign in to comment.