Skip to content

Commit

Permalink
Небольшие правки
Browse files Browse the repository at this point in the history
Co-authored-by: dj-34 <[email protected]>
  • Loading branch information
VERG-SS220 and dj-34 authored Jul 18, 2024
1 parent b8cf328 commit 33bd89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/gamemodes/objective.dm
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective)

/datum/objective/escape
name = "Escape"
explanation_text = "Сбегите со станции на шаттле или эвакуационном поде."
explanation_text = "Сбегите живым со станции на шаттле или эвакуационном поде."
needs_target = FALSE

/datum/objective/escape/check_completion()
Expand Down Expand Up @@ -447,7 +447,7 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective)
return
target = assassinate.target
target_real_name = assassinate.target.current.real_name
explanation_text = "Сбегите на шаттле или эвакуационном поде под личностью [target_real_name], [target.assigned_role], нося [target.ru_p_them()] ID-карту."
explanation_text = "Сбегите живым со станции на шаттле, или эвакуационном поде под личностью [target_real_name], [target.assigned_role], нося [target.ru_p_them()] ID-карту."
has_assassinate_objective = TRUE
RegisterSignal(assassinate, COMSIG_OBJECTIVE_TARGET_FOUND, PROC_REF(assassinate_found_target))
RegisterSignal(assassinate, COMSIG_OBJECTIVE_CHECK_VALID_TARGET, PROC_REF(assassinate_checking_target))
Expand Down

0 comments on commit 33bd89e

Please sign in to comment.