Skip to content

Commit

Permalink
fix translate (#361)
Browse files Browse the repository at this point in the history
## About The Pull Request
Фикс с #358
  • Loading branch information
larentoun committed Jul 13, 2024
1 parent 05e3f16 commit 503e363
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/surgery/core_removal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
display_results(
user,
target,
span_notice("You successfully extract [core_count] core\s from [target]."),
span_notice("[user] successfully extracts [core_count] core\s from [target]!"),
span_notice("[user] successfully extracts [core_count] core\s from [target]!"),
span_notice("Вы успешно извлекли из [target.name] ядер: [core_count]."),
span_notice("[user.name] успешно извлекает из [target.name] ядер: [core_count]!"),
span_notice("[user.name] успешно извлекает из [target.name] ядер: [core_count]!"),
)
return TRUE
to_chat(user, span_warning("There aren't any cores left in [target]!"))
to_chat(user, span_warning("В [target.name] больше не осталось ядер!"))
return ..()

0 comments on commit 503e363

Please sign in to comment.