Skip to content

Commit

Permalink
Additional changes by reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Jan 12, 2025
1 parent ea3629c commit 5069133
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/modules/antagonists/brother/brother.dm
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@

/datum/objective/convert_brother
name = "convert brother"
explanation_text = "Конвертируйте лицо, поддающееся промывке мозгов, используя вашу флешку на него. Любая портативная флешка подойдет, если вы потеряете или сломаете свою."
explanation_text = "Конвертируйте лицо, поддающееся промывке мозгов, используя вашу вспышку на него. Любая портативная вспышка подойдет, если вы потеряете или сломаете свою."
admin_grantable = FALSE
martyr_compatible = TRUE

Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/cult/cult_objectives.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

/datum/objective/sacrifice/update_explanation_text()
if(target)
explanation_text = "Принесите в жертву [target], [job_title_ru(target.assigned_role.title)], с помощью использования руны Offer с [target.ru_p_theirs()] на ней и трёх послушниках вокруг руны."
explanation_text = "Принесите в жертву [target], [job_title_ru(target.assigned_role.title)], с помощью использования руны Offer с [target.ru_p_theirs()] на руне и трёх послушниках вокруг руны."
else
explanation_text = "Завеса уже ослаблена здесь, переходите к финальной цели."

Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/spiders/spiders.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
owner.announce_objectives()

/datum/objective/spider
explanation_text = "Распространяйте инфекцию."
explanation_text = "Распространяйте заражение."

/datum/objective/spider/New(directive)
..()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
owner.announce_objectives()

/datum/objective/venus_human_trap
explanation_text = "Распространяйте инфекцию."
explanation_text = "Распространяйте заражение."

/datum/objective/venus_human_trap/check_completion()
return owner.current.stat != DEAD
Expand Down

0 comments on commit 5069133

Please sign in to comment.